| Index: src/wasm/wasm-js.cc
|
| diff --git a/src/wasm/wasm-js.cc b/src/wasm/wasm-js.cc
|
| index ff974cb8cd13d5666318048bee15acf84a087667..c27c10cc9fe1de404f6c7897f94d0b003430880b 100644
|
| --- a/src/wasm/wasm-js.cc
|
| +++ b/src/wasm/wasm-js.cc
|
| @@ -316,12 +316,6 @@ static Handle<JSFunction> InstallFunc(Isolate* isolate, Handle<JSObject> object,
|
| return function;
|
| }
|
|
|
| -void WasmJs::SetupIsolateForWasm(Isolate* isolate) {
|
| - InstallWasmFunctionMap(isolate, isolate->native_context());
|
| - InstallWasmModuleSymbol(isolate, isolate->global_object(),
|
| - isolate->native_context());
|
| -}
|
| -
|
| void WasmJs::InstallWasmModuleSymbol(Isolate* isolate,
|
| Handle<JSGlobalObject> global,
|
| Handle<Context> context) {
|
|
|