Changeset 45123 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jun 24, 2009, 4:55:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.h
r44844 r45123 215 215 #endif 216 216 217 class CodeBlock {217 class CodeBlock : public FastAllocBase { 218 218 friend class JIT; 219 219 public:
Note:
See TracChangeset
for help on using the changeset viewer.