Index: src/scopes.cc |
diff --git a/src/scopes.cc b/src/scopes.cc |
index 9a6e3aae6da4d72b705970990826e3fd78308f90..1d7425421bb946f6251193999dd005eb4f216d16 100644 |
--- a/src/scopes.cc |
+++ b/src/scopes.cc |
@@ -171,6 +171,7 @@ void Scope::SetDefaults(ScopeType scope_type, Scope* outer_scope, |
outer_scope_calls_sloppy_eval_ = false; |
inner_scope_calls_eval_ = false; |
inner_scope_uses_arguments_ = false; |
+ scope_nonlinear_ = false; |
force_eager_compilation_ = false; |
force_context_allocation_ = (outer_scope != NULL && !is_function_scope()) |
? outer_scope->has_forced_context_allocation() : false; |