Changeset 39755 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Jan 9, 2009, 12:17:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.cpp
r39747 r39755 33 33 #include "Collector.h" 34 34 #include "CommonIdentifiers.h" 35 #include "InitializeThreading.h"36 35 #include "Interpreter.h" 37 36 #include "JSActivation.h" … … 144 143 PassRefPtr<JSGlobalData> JSGlobalData::create() 145 144 { 146 initializeThreading();147 145 return adoptRef(new JSGlobalData); 148 146 }
Note:
See TracChangeset
for help on using the changeset viewer.