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 |