| Index: src/scopes.cc
|
| diff --git a/src/scopes.cc b/src/scopes.cc
|
| index 0c8f2106802e4c8a6bab07d9ec132243198f95ce..4bb9aa8f9ce73109f69b9a1a1547dd373b096e22 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;
|
|
|