Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index e4e6fe36b8fe8f0803c8b78a03685e47ebef3c2c..ec713692ab4342cc5e730fd5be80929ee541b524 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -94,8 +94,7 @@ |
Handle<Code> CompileWasmToJSWrapper(Isolate* isolate, Handle<JSReceiver> target, |
wasm::FunctionSig* sig, uint32_t index, |
Handle<String> module_name, |
- MaybeHandle<String> import_name, |
- wasm::ModuleOrigin origin); |
+ MaybeHandle<String> import_name); |
// Wraps a given wasm code object, producing a code object. |
Handle<Code> CompileJSToWasmWrapper(Isolate* isolate, |