| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 25052)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -435,7 +435,7 @@
|
|
|
| SequenceNode* ParseInstanceGetter(const Function& func);
|
| SequenceNode* ParseInstanceSetter(const Function& func);
|
| - SequenceNode* ParseStaticConstGetter(const Function& func);
|
| + SequenceNode* ParseStaticFinalGetter(const Function& func);
|
| SequenceNode* ParseMethodExtractor(const Function& func);
|
| SequenceNode* ParseNoSuchMethodDispatcher(const Function& func,
|
| Array& default_values);
|
|
|