Changeset 45128 in webkit for trunk/JavaScriptCore/interpreter/Register.h
- Timestamp:
- Jun 24, 2009, 5:45:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Register.h
r45121 r45128 32 32 #include "JSValue.h" 33 33 #include <wtf/Assertions.h> 34 #include <wtf/FastAllocBase.h> 34 35 #include <wtf/VectorTraits.h> 35 36 … … 48 49 typedef ExecState CallFrame; 49 50 50 class Register : public FastAllocBase {51 class Register : public WTF::FastAllocBase { 51 52 public: 52 53 Register();
Note:
See TracChangeset
for help on using the changeset viewer.