Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index c98188418882a5e63c8bf17fd246a3c8178c013d..edc3d2c8dfe9b9359070b12fd91410e8c7b4ebfd 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1682,7 +1682,8 @@ class Heap { |
// Allocates a bytecode array with given contents. |
MUST_USE_RESULT AllocationResult |
- AllocateBytecodeArray(int length, const byte* raw_bytecodes); |
+ AllocateBytecodeArray(int length, const byte* raw_bytecodes, |
+ int frame_size); |
// Copy the code and scope info part of the code object, but insert |
// the provided data as the relocation information. |