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

Unified Diff: runtime/vm/object.h

Issue 2606993002: Second try: Fix resolution and canonicalization of typedefs and function types (Closed)
Patch Set: Created 4 years 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/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 2c62d62d738e1cc0dc7a0e43913d3c49c5be17fd..032b4208de29011d8c1b17c49e96fa4634ded0cc 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2993,6 +2993,7 @@ class Function : public Object {
// RawFunction::VisitFunctionPointers accesses the private constructor of
// Function.
friend class RawFunction;
+ friend class ClassFinalizer; // To reset parent_function.
};

Powered by Google App Engine
This is Rietveld 408576698