Changeset 32822 in webkit for trunk/JavaScriptCore/kjs/InitializeThreading.cpp
- Timestamp:
- May 2, 2008, 1:05:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InitializeThreading.cpp
r32808 r32822 36 36 #include "JSGlobalObject.h" 37 37 #include "lexer.h" 38 #include "nodes.h" 38 39 #include "Parser.h" 39 40 #include "ustring.h" … … 59 60 JSGlobalObject::threadClassInfoHashTables(); 60 61 JSGlobalObject::head(); 62 initializeNodesThreading(); 61 63 #endif 62 64 }
Note:
See TracChangeset
for help on using the changeset viewer.