Chromium Code Reviews| Index: src/ast/scopes.cc |
| diff --git a/src/ast/scopes.cc b/src/ast/scopes.cc |
| index 157712b548b574165ba919d4451904c147c3fa4b..f66f3e7b27717254243b3d5345306cf041b72506 100644 |
| --- a/src/ast/scopes.cc |
| +++ b/src/ast/scopes.cc |
| @@ -1819,7 +1819,6 @@ void Scope::ResolveTo(ParseInfo* info, VariableProxy* proxy, Variable* var) { |
| #endif |
| DCHECK_NOT_NULL(var); |
| - if (proxy->is_assigned()) var->set_maybe_assigned(); |
| if (AccessNeedsHoleCheck(var, proxy, this)) proxy->set_needs_hole_check(); |
| proxy->BindTo(var); |
| } |