Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d7c80e08fe7341cb0be824636cf7f230d9bde43f..62c3e2f02353229d38acf4aefe732794b822b328 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -41,6 +41,7 @@ |
#include "mips/constants-mips.h" |
#endif |
#include "v8checks.h" |
+#include "zone.h" |
// |
@@ -3443,7 +3444,7 @@ class ScopeInfo : public FixedArray { |
// must be a symbol (canonicalized). |
int FunctionContextSlotIndex(String* name, VariableMode* mode); |
- static Handle<ScopeInfo> Create(Scope* scope); |
+ static Handle<ScopeInfo> Create(Scope* scope, Zone* zone); |
// Serializes empty scope info. |
static ScopeInfo* Empty(); |