| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 41104)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -332,7 +332,7 @@
|
| String* ExpectUserDefinedTypeIdentifier(const char* msg);
|
| String* ExpectIdentifier(const char* msg);
|
| bool IsLiteral(const char* literal);
|
| - bool IsAwaitAsKeyword();
|
| + bool IsAwaitKeyword();
|
|
|
| void SkipIf(Token::Kind);
|
| void SkipBlock();
|
| @@ -519,7 +519,6 @@
|
| Array* default_parameter_values);
|
| SequenceNode* ParseFunc(const Function& func,
|
| Array* default_parameter_values);
|
| - RawClass* GetClassForAsync(const String& class_name);
|
|
|
| void ParseNativeFunctionBlock(const ParamList* params, const Function& func);
|
|
|
|
|