summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/stacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/stacks.h')
-rw-r--r--deps/v8/src/wasm/stacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/stacks.h b/deps/v8/src/wasm/stacks.h
index 995c6b53af..516d7bb426 100644
--- a/deps/v8/src/wasm/stacks.h
+++ b/deps/v8/src/wasm/stacks.h
@@ -63,7 +63,7 @@ class StackMemory {
explicit StackMemory(Isolate* isolate);
// Overload to represent a view of the libc stack.
- StackMemory(Isolate* isolate, byte* limit);
+ StackMemory(Isolate* isolate, byte* limit, size_t size);
Isolate* isolate_;
byte* limit_;