Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-debug-evaluate.h')
-rw-r--r--deps/v8/src/wasm/wasm-debug-evaluate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/wasm-debug-evaluate.h b/deps/v8/src/wasm/wasm-debug-evaluate.h
index 21543eb97a6..31eba51a3cc 100644
--- a/deps/v8/src/wasm/wasm-debug-evaluate.h
+++ b/deps/v8/src/wasm/wasm-debug-evaluate.h
@@ -16,7 +16,7 @@ namespace wasm {
MaybeHandle<String> V8_EXPORT_PRIVATE DebugEvaluate(
Vector<const byte> snippet, Handle<WasmInstanceObject> debuggee_instance,
- WasmInterpreter::FramePtr frame);
+ StandardFrame* frame);
} // namespace wasm
} // namespace internal