Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 72ca988e705b503c6098eaa2e2ba777e586496ad..6fb03619acb9a082b041b45d2431f9c0ed2d21e4 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -7999,7 +7999,7 @@ class UserTag : public Instance { |
| Heap::Space space = Heap::kOld); |
| static RawUserTag* DefaultTag(); |
| - static bool TagTableIsFull(Isolate* isolate); |
| + static bool TagTableIsFull(Thread* thread); |
| static RawUserTag* FindTagById(uword tag_id); |
| private: |