Index: runtime/vm/profiler.h |
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h |
index fc5ecae5be7646e060d57f593ea7412a32c4549f..3f329016bba0a770c235231601207386dc67b930 100644 |
--- a/runtime/vm/profiler.h |
+++ b/runtime/vm/profiler.h |
@@ -44,7 +44,7 @@ class Profiler : public AllStatic { |
return sample_buffer_; |
} |
- static void RecordAllocation(Isolate* isolate, intptr_t cid); |
+ static void RecordAllocation(Thread* thread, intptr_t cid); |
private: |
static bool initialized_; |