Changeset 203704 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Jul 25, 2016, 6:05:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r203703 r203704 109 109 } 110 110 111 plan->compileInThread( nullptr);111 plan->compileInThread(*vm.dfgState, 0); 112 112 return plan->finalizeWithoutNotifyingCallback(); 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.