Index: src/variables.cc |
diff --git a/src/variables.cc b/src/variables.cc |
index d85e1b270ab30d452a3db4f84811a73458521c3b..d6129b1e43e1a4357b78fa15d37b184a46a238f1 100644 |
--- a/src/variables.cc |
+++ b/src/variables.cc |
@@ -67,7 +67,7 @@ Variable::Variable(Scope* scope, |
index_(-1), |
local_if_not_shadowed_(NULL), |
is_valid_LHS_(is_valid_LHS), |
- is_accessed_from_inner_scope_(false), |
+ force_context_allocation_(false), |
is_used_(false) { |
// names must be canonicalized for fast equality checks |
ASSERT(name->IsSymbol()); |