Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index fb7f36bc2bc1160baabaec671672a14bf9ca51ba..d11863e7920de9914da1bb9875f4e8605cf3442f 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -5876,6 +5876,8 @@ class MirrorReference : public Instance { |
| StorePointer(&raw_ptr()->referent_, referent.raw()); |
| } |
| + RawFunction* GetFunctionReferent() const; |
| + |
| static RawMirrorReference* New(Heap::Space space = Heap::kNew); |
| static intptr_t InstanceSize() { |