summaryrefslogtreecommitdiff
path: root/deps/v8/test/common/wasm/wasm-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/common/wasm/wasm-interpreter.h')
-rw-r--r--deps/v8/test/common/wasm/wasm-interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/common/wasm/wasm-interpreter.h b/deps/v8/test/common/wasm/wasm-interpreter.h
index 10d6f74593..41fe50ba43 100644
--- a/deps/v8/test/common/wasm/wasm-interpreter.h
+++ b/deps/v8/test/common/wasm/wasm-interpreter.h
@@ -71,7 +71,7 @@ class WasmInterpreter {
enum ExceptionHandlingResult { HANDLED, UNWOUND };
WasmInterpreter(Isolate* isolate, const WasmModule* module,
- const ModuleWireBytes& wire_bytes,
+ ModuleWireBytes wire_bytes,
Handle<WasmInstanceObject> instance);
~WasmInterpreter();