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

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

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
« no previous file with comments | « no previous file | src/wasm/wasm-js.cc » ('j') | test/cctest/wasm/test-run-wasm-module.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wasm/wasm-js.h
diff --git a/src/wasm/wasm-js.h b/src/wasm/wasm-js.h
index 9bf4bf075f3308d7ddec0e3e0ff06af47c3329d4..a30acc960071e66a2efa617c3deb1725d98655c0 100644
--- a/src/wasm/wasm-js.h
+++ b/src/wasm/wasm-js.h
@@ -23,7 +23,6 @@ class WasmJs {
static void InstallWasmModuleSymbol(Isolate* isolate,
Handle<JSGlobalObject> global,
Handle<Context> context);
- static void SetupIsolateForWasm(Isolate* isolate);
};
} // namespace internal
« no previous file with comments | « no previous file | src/wasm/wasm-js.cc » ('j') | test/cctest/wasm/test-run-wasm-module.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698