Index: src/debug/debug-scopes.h |
diff --git a/src/debug/debug-scopes.h b/src/debug/debug-scopes.h |
index b86530d27cef804df406dda66cd1dcb7723e7751..4739aa02928a837830100bb00f4966ca62721fed 100644 |
--- a/src/debug/debug-scopes.h |
+++ b/src/debug/debug-scopes.h |
@@ -110,9 +110,9 @@ class ScopeIterator { |
return frame_inspector_->GetFunction(); |
} |
- void RetrieveScopeChain(Scope* scope); |
+ void RetrieveScopeChain(DeclarationScope* scope); |
- void CollectNonLocals(Scope* scope); |
+ void CollectNonLocals(ParseInfo* info, DeclarationScope* scope); |
void UnwrapEvaluationContext(); |