Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index a02cee2eafe6d3a165250f280712e12284be4c67..21be7d3bcbef05237863f18a7c94cac5eb49d58a 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -5899,6 +5899,8 @@ class MirrorReference : public Instance { |
| RawLibrary* GetLibraryReferent() const; |
| + RawTypeParameter* GetTypeParameterReferent() const; |
| + |
| static RawMirrorReference* New(const Object& referent, |
| Heap::Space space = Heap::kNew); |