Chromium Code Reviews| Index: runtime/vm/isolate.h |
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
| index bad6ffa85fbce82150dc122330418a0f0b9de87b..b9584209a8354fd5f5a8663e5c3cb9d8d71b990e 100644 |
| --- a/runtime/vm/isolate.h |
| +++ b/runtime/vm/isolate.h |
| @@ -487,7 +487,8 @@ class Isolate : public BaseIsolate { |
| return thread_state_; |
| } |
| - void ProfileInterrupt(); |
| + // Returns true if the isolate ticked. |
| + bool ProfileInterrupt(); |
| VMTagCounters* vm_tag_counters() { |
| return &vm_tag_counters_; |