| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 3c5d1ee50993af5738910e3a913f157d1752d95d..9054e18d9332f00c7d9f5e3bd523c798add09e36 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -6876,7 +6876,6 @@ class UserTag : public Instance {
|
| }
|
|
|
| void MakeActive() const;
|
| - static void ClearActive();
|
|
|
| static intptr_t InstanceSize() {
|
| return RoundedAllocationSize(sizeof(RawUserTag));
|
| @@ -6884,6 +6883,7 @@ class UserTag : public Instance {
|
|
|
| static RawUserTag* New(const String& label,
|
| Heap::Space space = Heap::kOld);
|
| + static RawUserTag* DefaultTag();
|
|
|
| static bool TagTableIsFull(Isolate* isolate);
|
| static RawUserTag* FindTagById(uword tag_id);
|
|
|