Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 7916) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -267,8 +267,7 @@ |
| // Support for parsing libraries. |
| Dart_Handle CallLibraryTagHandler(Dart_LibraryTag tag, |
| intptr_t token_pos, |
| - const String& url, |
| - const Array& import_map); |
| + const String& url); |
| void ParseLibraryDefinition(); |
| void ParseLibraryName(); |
| void ParseLibraryImport(); |