Chromium Code Reviews| Index: runtime/vm/isolate.h |
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
| index bad6ffa85fbce82150dc122330418a0f0b9de87b..04138dd67d98d910c284817427cce826913c6e0c 100644 |
| --- a/runtime/vm/isolate.h |
| +++ b/runtime/vm/isolate.h |
| @@ -487,7 +487,7 @@ class Isolate : public BaseIsolate { |
| return thread_state_; |
| } |
| - void ProfileInterrupt(); |
| + intptr_t ProfileInterrupt(); |
| VMTagCounters* vm_tag_counters() { |
| return &vm_tag_counters_; |