Chromium Code Reviews| Index: runtime/vm/profiler.h |
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h |
| index 3f329016bba0a770c235231601207386dc67b930..ff8e14853d20a9caff4f295efa730c498b5988c8 100644 |
| --- a/runtime/vm/profiler.h |
| +++ b/runtime/vm/profiler.h |
| @@ -505,7 +505,7 @@ class ProcessedSample : public ZoneAllocated { |
| } |
| private: |
| - void FixupCaller(Isolate* isolate, |
| + void FixupCaller(Thread* thread, |
| Isolate* vm_isolate, |
| uword pc_marker, |
| uword* stack_buffer); |