Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 032b4208de29011d8c1b17c49e96fa4634ded0cc..2c62d62d738e1cc0dc7a0e43913d3c49c5be17fd 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -2993,7 +2993,6 @@ class Function : public Object { |
// RawFunction::VisitFunctionPointers accesses the private constructor of |
// Function. |
friend class RawFunction; |
- friend class ClassFinalizer; // To reset parent_function. |
}; |