| Index: runtime/vm/timeline.h
|
| diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
|
| index 4989fdbeb66ed6a0708c7f7d2c5ac23e89a0a464..1228c13b108394e3c148d2a32b640a018688a37b 100644
|
| --- a/runtime/vm/timeline.h
|
| +++ b/runtime/vm/timeline.h
|
| @@ -183,7 +183,7 @@ class TimelineStream {
|
| #define TIMELINE_FUNCTION_COMPILATION_DURATION(isolate, suffix, function) \
|
| TimelineDurationScope tds(isolate, \
|
| isolate->GetCompilerStream(), \
|
| - "Compile"#suffix); \
|
| + "Compile" suffix); \
|
| if (tds.enabled()) { \
|
| tds.SetNumArguments(1); \
|
| tds.CopyArgument( \
|
|
|