Changeset 223002 in webkit for trunk/Source/JavaScriptCore/runtime/VM.cpp
- Timestamp:
- Oct 6, 2017, 3:12:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.cpp
r222791 r223002 185 185 , vmType(vmType) 186 186 , clientData(0) 187 , top EntryFrame(nullptr)187 , topVMEntryFrame(nullptr) 188 188 , topCallFrame(CallFrame::noCaller()) 189 189 , promiseDeferredTimer(std::make_unique<PromiseDeferredTimer>(*this)) … … 369 369 #if ENABLE(WEBASSEMBLY) 370 370 if (Wasm::existingWorklistOrNull()) 371 Wasm::ensureWorklist().stopAllPlansFor Context(wasmContext);371 Wasm::ensureWorklist().stopAllPlansForVM(*this); 372 372 #endif 373 373 if (UNLIKELY(m_watchdog))
Note:
See TracChangeset
for help on using the changeset viewer.