Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.cc (revision 29568) |
| +++ runtime/vm/flow_graph_builder.cc (working copy) |
| @@ -3715,8 +3715,7 @@ |
| Resolver::ResolveStatic(cls, |
| Library::PrivateCoreLibName(Symbols::ThrowNew()), |
| arguments->length(), |
| - Object::null_array(), |
| - Resolver::kIsQualified)); |
| + Object::null_array())); |
| ASSERT(!func.IsNull()); |
| return new StaticCallInstr(token_pos, |
| func, |