Index: runtime/vm/parser.h |
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
index 659563205665e6879a5620801ab87fe12bf7ee5d..8760eab80401175c3e601a61972b712655fedfcd 100644 |
--- a/runtime/vm/parser.h |
+++ b/runtime/vm/parser.h |
@@ -346,7 +346,7 @@ class Parser : public ValueObject { |
void ParseIdentList(GrowableObjectArray* names); |
void ParseLibraryDefinition(); |
void ParseLibraryName(); |
- void ParseLibraryImportExport(); |
+ void ParseLibraryImportExport(intptr_t metadata_pos); |
void ParseLibraryPart(); |
void ParsePartHeader(); |
void ParseLibraryNameObsoleteSyntax(); |