| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index ea0ca9cc5bf61f20c157b8a1a6c2f94ce45a9e73..5ee1e0d737fbd6116c78101727c0679fcaaa66b6 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"
|
|
|
|
|
| //
|
| @@ -3424,7 +3425,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();
|
|
|