| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 24796)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -548,7 +548,7 @@
|
| LocalVariable* LookupLocalScope(const String& ident);
|
| void CheckInstanceFieldAccess(intptr_t field_pos, const String& field_name);
|
| bool ParsingStaticMember() const;
|
| - const Type* ReceiverType(intptr_t type_pos) const;
|
| + const Type* ReceiverType() const;
|
| bool IsInstantiatorRequired() const;
|
| bool ResolveIdentInLocalScope(intptr_t ident_pos,
|
| const String &ident,
|
|
|