Index: src/ast/scopes.h |
diff --git a/src/ast/scopes.h b/src/ast/scopes.h |
index 3d5004041ed3279b41eb664ea1f430cfb9d72df5..910b82f2cbcd1b3c212d927c242a5cbb8a1e4cb1 100644 |
--- a/src/ast/scopes.h |
+++ b/src/ast/scopes.h |
@@ -346,7 +346,7 @@ class Scope: public ZoneObject { |
// Determine if we can parse a function literal in this scope lazily without |
// caring about the unresolved variables within. |
- bool AllowsLazyParsingWithoutUnresolvedVariables() const; |
+ bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const; |
// The number of contexts between this and scope; zero if this == scope. |
int ContextChainLength(Scope* scope) const; |