Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: runtime/vm/parser.h

Issue 23190003: ClassMirror.mixin (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698