Chromium Code Reviews| Index: runtime/vm/parser.cc |
| =================================================================== |
| --- runtime/vm/parser.cc (revision 25875) |
| +++ runtime/vm/parser.cc (working copy) |
| @@ -8603,7 +8603,6 @@ |
| // be found. |
| AstNode* receiver = NULL; |
| const bool kTestOnly = true; |
| - ASSERT(!current_function().IsInFactoryScope()); |
| if (!current_function().is_static() && |
| (LookupReceiver(current_block_->scope, kTestOnly) != NULL)) { |
| receiver = LoadReceiver(ident_pos); |