Changeset 191291 in webkit for trunk/Source/JavaScriptCore/runtime/Executable.cpp
- Timestamp:
- Oct 19, 2015, 9:20:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Executable.cpp
r190827 r191291 739 739 DeferGC deferGC(vm.heap); 740 740 741 WebAssemblyCodeBlock* codeBlock = WebAssemblyCodeBlock::create( vm,742 this, exec->lexicalGlobalObject()) );741 WebAssemblyCodeBlock* codeBlock = WebAssemblyCodeBlock::create(&vm, 742 this, exec->lexicalGlobalObject()); 743 743 744 744 WASMFunctionParser::compile(vm, codeBlock, m_module.get(), m_source, m_functionIndex);
Note:
See TracChangeset
for help on using the changeset viewer.