aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/fuzzer/wasm-fuzzer-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/fuzzer/wasm-fuzzer-common.h')
-rw-r--r--deps/v8/test/fuzzer/wasm-fuzzer-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/test/fuzzer/wasm-fuzzer-common.h b/deps/v8/test/fuzzer/wasm-fuzzer-common.h
index 34b6e58479..8ab802a702 100644
--- a/deps/v8/test/fuzzer/wasm-fuzzer-common.h
+++ b/deps/v8/test/fuzzer/wasm-fuzzer-common.h
@@ -37,9 +37,9 @@ class WasmExecutionFuzzer {
protected:
virtual bool GenerateModule(
Isolate* isolate, Zone* zone, Vector<const uint8_t> data,
- ZoneBuffer& buffer, int32_t& num_args,
- std::unique_ptr<WasmValue[]>& interpreter_args,
- std::unique_ptr<Handle<Object>[]>& compiler_args) = 0;
+ ZoneBuffer* buffer, int32_t* num_args,
+ std::unique_ptr<WasmValue[]>* interpreter_args,
+ std::unique_ptr<Handle<Object>[]>* compiler_args) = 0;
};
} // namespace fuzzer