Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: runtime/vm/timeline.h

Issue 1882313002: Copy event label. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/timeline.cc » ('j') | runtime/vm/timeline.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | runtime/vm/timeline.cc » ('j') | runtime/vm/timeline.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698