Changeset 127554 in webkit for trunk/Source/JavaScriptCore/runtime/Options.cpp
- Timestamp:
- Sep 4, 2012, 10:12:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.cpp
r127374 r127554 139 139 #endif 140 140 141 #if ENABLE(LLINT_C_LOOP)141 #if !ENABLE(JIT) 142 142 useJIT() = false; 143 143 useDFGJIT() = false; 144 #endif 145 #if !ENABLE(YARR_JIT) 146 useYarrJIT() = false; 144 147 #endif 145 148
Note:
See TracChangeset
for help on using the changeset viewer.