Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2730)

Unified Diff: src/wasm/wasm-js.cc

Issue 2342263002: [wasm] Fix test-run-wasm-module tests in debug mode. (Closed)
Patch Set: Fix stale upload Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698