Changeset 127719 in webkit for trunk/Source/JavaScriptCore/runtime/Options.cpp
- Timestamp:
- Sep 6, 2012, 3:13:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.cpp
r127554 r127719 144 144 #endif 145 145 #if !ENABLE(YARR_JIT) 146 use YarrJIT() = false;146 useRegExpJIT() = false; 147 147 #endif 148 148
Note:
See TracChangeset
for help on using the changeset viewer.