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