Changeset 127554 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Sep 4, 2012, 10:12:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
r127505 r127554 101 101 static bool enableAssembler(ExecutableAllocator& executableAllocator) 102 102 { 103 if (!executableAllocator.isValid() || !Options::useJIT())103 if (!executableAllocator.isValid() || (!Options::useJIT() && !Options::useYarrJIT())) 104 104 return false; 105 105
Note:
See TracChangeset
for help on using the changeset viewer.