Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index f85be7b722d076e61e1a0ccc36b7c5812eed3cbd..ad073afba47f266280bd45b41e6c2738ab110206 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -164,6 +164,7 @@ class Thread : public BaseThread { |
| return OFFSET_OF(Thread, isolate_); |
| } |
| bool IsMutatorThread() const; |
| + bool CanCollectGarbage() const; |
| // Is |this| executing Dart code? |
| bool IsExecutingDartCode() const; |