Changeset 45128 in webkit for trunk/JavaScriptCore/bytecompiler
- Timestamp:
- Jun 24, 2009, 5:45:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r45122 r45128 41 41 #include "Debugger.h" 42 42 #include "Nodes.h" 43 #include <wtf/FastAllocBase.h> 43 44 #include <wtf/PassRefPtr.h> 44 45 #include <wtf/SegmentedVector.h> … … 61 62 }; 62 63 63 class BytecodeGenerator : public FastAllocBase {64 class BytecodeGenerator : public WTF::FastAllocBase { 64 65 public: 65 66 typedef DeclarationStacks::VarStack VarStack;
Note:
See TracChangeset
for help on using the changeset viewer.