Changeset 45128 in webkit for trunk/JavaScriptCore/bytecode
- Timestamp:
- Jun 24, 2009, 5:45:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r45123 r45128 39 39 #include "RegExp.h" 40 40 #include "UString.h" 41 #include <wtf/FastAllocBase.h> 41 42 #include <wtf/RefPtr.h> 42 43 #include <wtf/Vector.h> … … 215 216 #endif 216 217 217 class CodeBlock : public FastAllocBase {218 class CodeBlock : public WTF::FastAllocBase { 218 219 friend class JIT; 219 220 public:
Note:
See TracChangeset
for help on using the changeset viewer.