| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 39813)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -667,7 +667,7 @@
|
| LocalVariable* LookupLocalScope(const String& ident);
|
| void CheckInstanceFieldAccess(intptr_t field_pos, const String& field_name);
|
| bool ParsingStaticMember() const;
|
| - static const AbstractType* ReceiverType(const Class& cls);
|
| + const AbstractType* ReceiverType(const Class& cls);
|
| bool IsInstantiatorRequired() const;
|
| bool ResolveIdentInLocalScope(intptr_t ident_pos,
|
| const String &ident,
|
|
|