Changeset 115688 in webkit for trunk/Source/JavaScriptCore/runtime/InitializeThreading.cpp
- Timestamp:
- Apr 30, 2012, 4:34:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/InitializeThreading.cpp
r110033 r115688 58 58 WriteBarrierCounters::initialize(); 59 59 #endif 60 #if ENABLE( JIT) && ENABLE(ASSEMBLER)60 #if ENABLE(ASSEMBLER) 61 61 ExecutableAllocator::initializeAllocator(); 62 62 #endif
Note:
See TracChangeset
for help on using the changeset viewer.