| Index: runtime/vm/timeline.cc
|
| diff --git a/runtime/vm/timeline.cc b/runtime/vm/timeline.cc
|
| index ca60209fa0ea1bc29f26ca21c558fd8d0f54ae15..b46a501624daa416e87290c45eae2f14b95dfa2a 100644
|
| --- a/runtime/vm/timeline.cc
|
| +++ b/runtime/vm/timeline.cc
|
| @@ -1713,7 +1713,7 @@ void DartCommonTimelineEventHelpers::ReportFlowEvent(Thread* thread,
|
|
|
| TimelineEvent::EventType event_type =
|
| static_cast<TimelineEvent::EventType>(type);
|
| - const char* typestr;
|
| + const char* typestr = NULL;
|
| const char* bpstr = "";
|
| switch (event_type) {
|
| case TimelineEvent::kFlowBegin:
|
|
|