Index: src/scopes.h |
diff --git a/src/scopes.h b/src/scopes.h |
index 8d790068783c20e681248972c91dbce176d1848f..9e6356b47288c55aae6b859367870134d834c054 100644 |
--- a/src/scopes.h |
+++ b/src/scopes.h |
@@ -88,7 +88,7 @@ class Scope: public ZoneObject { |
scope_name_ = scope_name; |
} |
- void Initialize(); |
+ void Initialize(bool uninitialized_this = false); |
// Checks if the block scope is redundant, i.e. it does not contain any |
// block scoped declarations. In that case it is removed from the scope |