| Index: Source/core/inspector/InspectorTimelineAgent.h
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
|
| index 9b0a27836e6350fb3762e3c0903d2427eb0370b0..a90890def061fef71d489f81640a7f548244b2d4 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.h
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.h
|
| @@ -293,7 +293,7 @@ private:
|
| int m_maxCallStackDepth;
|
|
|
| Vector<TimelineRecordEntry> m_recordStack;
|
| - RefPtr<TypeBuilder::Array<TypeBuilder::Timeline::TimelineEvent> > m_bufferedEvents;
|
| + RefPtr<TypeBuilder::Array<TypeBuilder::Timeline::TimelineEvent>> m_bufferedEvents;
|
| Vector<String> m_consoleTimelines;
|
|
|
| unsigned m_platformInstrumentationClientInstalledAtStackDepth;
|
|
|