Index: runtime/vm/profiler_service.h |
diff --git a/runtime/vm/profiler_service.h b/runtime/vm/profiler_service.h |
index 83df5e7bbbfce1d1120918930cdcdd205f0e2ac0..6052736856122400ba9de05e42a7dec465cfc7ee 100644 |
--- a/runtime/vm/profiler_service.h |
+++ b/runtime/vm/profiler_service.h |
@@ -207,7 +207,7 @@ class ProfileCode : public ZoneAllocated { |
intptr_t inclusive_serial_; |
const Code& code_; |
- const char* name_; |
+ char* name_; |
int64_t compile_timestamp_; |
ProfileFunction* function_; |
intptr_t code_table_index_; |