| Index: src/ast/scopes.cc | 
| diff --git a/src/ast/scopes.cc b/src/ast/scopes.cc | 
| index 109044521c9ef6552ecafc3c22184ed523a0c55a..9c5395a0c32f8d0cf60cbdef436704398e803d03 100644 | 
| --- a/src/ast/scopes.cc | 
| +++ b/src/ast/scopes.cc | 
| @@ -1218,7 +1218,6 @@ void DeclarationScope::AnalyzePartially(DeclarationScope* migrate_to, | 
| DCHECK_EQ(outer_scope_->zone(), migrate_to->zone()); | 
| DCHECK_EQ(NeedsHomeObject(), migrate_to->NeedsHomeObject()); | 
| DCHECK_EQ(asm_function_, migrate_to->asm_function_); | 
| -  DCHECK_EQ(arguments() != nullptr, migrate_to->arguments() != nullptr); | 
| } | 
|  | 
| #ifdef DEBUG | 
|  |