| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 24876)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -435,7 +435,8 @@
|
| SequenceNode* ParseInstanceSetter(const Function& func);
|
| SequenceNode* ParseStaticConstGetter(const Function& func);
|
| SequenceNode* ParseMethodExtractor(const Function& func);
|
| - SequenceNode* ParseNoSuchMethodDispatcher(const Function& func);
|
| + SequenceNode* ParseNoSuchMethodDispatcher(const Function& func,
|
| + Array& default_values);
|
|
|
| void ChainNewBlock(LocalScope* outer_scope);
|
| void OpenBlock();
|
|
|