Chromium Code Reviews| Index: runtime/vm/timeline.h |
| diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h |
| index 9196ee08e81e8ec8f14a99f46eba34becf71428c..4b217c33435b4bc879f7edb2195d7bce22086cd2 100644 |
| --- a/runtime/vm/timeline.h |
| +++ b/runtime/vm/timeline.h |
| @@ -330,7 +330,7 @@ class TimelineEvent { |
| TimelineEventArgument* arguments_; |
| intptr_t arguments_length_; |
| uword state_; |
| - const char* label_; |
| + char* label_; |
| const char* category_; |
| ThreadId thread_; |
| Dart_Port isolate_id_; |