| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index e5dc7801b7ad3171b397ddbcf82426cd8b22771c..85a9ceb6561699a202c2cb530e6929a5c061467c 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"
|
|
|
|
|
| //
|
| @@ -3427,7 +3428,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();
|
|
|