Index: runtime/vm/parser.h |
=================================================================== |
--- runtime/vm/parser.h (revision 19011) |
+++ runtime/vm/parser.h (working copy) |
@@ -336,9 +336,9 @@ |
void ParseTopLevelAccessor(TopLevel* top_level); |
// Support for parsing libraries. |
- Dart_Handle CallLibraryTagHandler(Dart_LibraryTag tag, |
- intptr_t token_pos, |
- const String& url); |
+ RawObject* CallLibraryTagHandler(Dart_LibraryTag tag, |
+ intptr_t token_pos, |
+ const String& url); |
void ParseIdentList(GrowableObjectArray* names); |
void ParseLibraryDefinition(); |
void ParseLibraryName(); |