Index: src/ast/scopes.h |
diff --git a/src/ast/scopes.h b/src/ast/scopes.h |
index 96fcc5141be46124a8478b2e56723f516e9fd1ca..8dee74ca432f0133ff156e17d57acb03af843417 100644 |
--- a/src/ast/scopes.h |
+++ b/src/ast/scopes.h |
@@ -533,7 +533,8 @@ class Scope: public ZoneObject { |
void AllocateNonParameterLocalsAndDeclaredGlobals(); |
void AllocateVariablesRecursively(); |
- void AllocateScopeInfosRecursively(Isolate* isolate, AnalyzeMode mode); |
+ void AllocateScopeInfosRecursively(Isolate* isolate, AnalyzeMode mode, |
+ MaybeHandle<ScopeInfo> outer_scope); |
// Construct a scope based on the scope info. |
Scope(Zone* zone, ScopeType type, Handle<ScopeInfo> scope_info); |