Chromium Code Reviews| Index: Source/core/inspector/InspectorTimelineAgent.cpp |
| diff --git a/Source/core/inspector/InspectorTimelineAgent.cpp b/Source/core/inspector/InspectorTimelineAgent.cpp |
| index 8ae63728d17c1f358a082b62995193c74a6a4338..48472801e26a051e0612f4d9e11afd9ad68f748f 100644 |
| --- a/Source/core/inspector/InspectorTimelineAgent.cpp |
| +++ b/Source/core/inspector/InspectorTimelineAgent.cpp |
| @@ -827,6 +827,9 @@ void InspectorTimelineAgent::consoleTimeline(ExecutionContext* context, const St |
| mainFrame()->console().addMessage(JSMessageSource, DebugMessageLevel, message, String(), 0, 0, nullptr, scriptState); |
| m_consoleTimelines.append(title); |
| if (!isStarted()) { |
| + m_state->setBoolean(TimelineAgentState::bufferEvents, true); |
|
yurys
2014/07/29 07:19:21
Please mention this change in the description of t
|
| + m_bufferedEvents = TypeBuilder::Array<TimelineEvent>::create(); |
| + |
| innerStart(); |
| bool fromConsole = true; |
| m_frontend->started(&fromConsole); |