| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 0765fcc28fc31f9c6a14df52823b0377d89249e8..32b75def0225c894404d9c3e5cdd5a693651e9ec 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -5444,7 +5444,7 @@ class Instance : public Object {
|
| StorePointer(FieldAddr(field), value.raw());
|
| }
|
|
|
| - RawAbstractType* GetType() const;
|
| + RawAbstractType* GetType(Heap::Space space) const;
|
|
|
| virtual RawTypeArguments* GetTypeArguments() const;
|
| virtual void SetTypeArguments(const TypeArguments& value) const;
|
|
|