Chromium Code Reviews| Index: runtime/vm/parser.cc |
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc |
| index ec199eae568a86deabe777e2ecd7282b8782385f..fc700274689ebd9f887fadf5aa7860f706d29a77 100644 |
| --- a/runtime/vm/parser.cc |
| +++ b/runtime/vm/parser.cc |
| @@ -1447,7 +1447,6 @@ SequenceNode* Parser::ParseImplicitClosure(const Function& func) { |
| SequenceNode* Parser::ParseMethodExtractor(const Function& func) { |
| TRACE_PARSER("ParseMethodExtractor"); |
| - ASSERT(FLAG_lazy_dispatchers); |
| ParamList params; |