| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 321a56f5b6998c8a904f0fe42d557ad9914e9431..aa1915c1e31d93feaf2968bd3faedb8e1c8ac87f 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -348,7 +348,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();
|
|
|