| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index 2af08c21ed574cdb061a0c9f5fe5487fc38d751b..d32ad7c8125b810f0a4eb99c7e15f5ae4f7d6894 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -396,7 +396,8 @@ class Parser : public ValueObject {
|
| GrowableArray<Field*>* initialized_fields);
|
| String& ParseNativeDeclaration();
|
| void ParseInterfaceList(const Class& cls);
|
| - RawAbstractType* ParseMixins(const AbstractType& super_type);
|
| + RawAbstractType* ParseMixins(const AbstractType& super_type,
|
| + const Class& final_mixin_application);
|
| static StaticCallNode* BuildInvocationMirrorAllocation(
|
| intptr_t call_pos,
|
| const String& function_name,
|
|
|