Chromium Code Reviews| Index: runtime/vm/parser.cc |
| =================================================================== |
| --- runtime/vm/parser.cc (revision 35692) |
| +++ runtime/vm/parser.cc (working copy) |
| @@ -871,8 +871,7 @@ |
| } |
| if (!parser.current_function().IsLocalFunction() || |
| ((instantiator != NULL) && instantiator->is_captured())) { |
| - parsed_function->set_instantiator( |
| - new LoadLocalNode(node_sequence->token_pos(), instantiator)); |
| + parsed_function->set_instantiator(instantiator); |
| } |
| } |