| Index: src/parsing/parser.cc
 | 
| diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc
 | 
| index 4c553d8ae48f35510ce803399c65669449da6012..f421f8a44f4aa8a77731eefb89310ec29ddb355c 100644
 | 
| --- a/src/parsing/parser.cc
 | 
| +++ b/src/parsing/parser.cc
 | 
| @@ -1487,8 +1487,6 @@ Statement* Parser::DeclareFunction(const AstRawString* variable_name,
 | 
|    VariableProxy* proxy =
 | 
|        factory()->NewVariableProxy(variable_name, NORMAL_VARIABLE);
 | 
|  
 | 
| -  MarkTopLevelVariableAsAssigned(scope(), proxy);
 | 
| -
 | 
|    Declaration* declaration =
 | 
|        factory()->NewFunctionDeclaration(proxy, function, scope(), pos);
 | 
|    Declare(declaration, DeclarationDescriptor::NORMAL, mode, kCreatedInitialized,
 | 
| 
 |