Chromium Code Reviews| 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. |
| }; |