| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index 23c45fdd92eedfc48f2575cb2e3e62ece3b672bd..958167194b7e6e722479331982d1516136a6ca7f 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -1576,7 +1576,6 @@ SequenceNode* Parser::ParseNoSuchMethodDispatcher(const Function& func) {
|
|
|
| SequenceNode* Parser::ParseInvokeFieldDispatcher(const Function& func) {
|
| TRACE_PARSER("ParseInvokeFieldDispatcher");
|
| - ASSERT(FLAG_lazy_dispatchers);
|
| ASSERT(func.IsInvokeFieldDispatcher());
|
| intptr_t token_pos = func.token_pos();
|
| ASSERT(func.token_pos() == 0);
|
|
|