| Index: Source/core/inspector/InspectorConsoleAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.cpp b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| index 737e601dc4cd1736709f15a93c6d83d6d736db48..935c09b362345d19519461da18bc30bce028df68 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.cpp
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| @@ -126,6 +126,7 @@ void InspectorConsoleAgent::disable(ErrorString*)
|
| if (!(--s_enabledAgentCount))
|
| ScriptController::setCaptureCallStackForUncaughtExceptions(false);
|
| m_state->setBoolean(ConsoleAgentState::consoleMessagesEnabled, false);
|
| + m_state->setBoolean(ConsoleAgentState::tracingBasedTimeline, false);
|
| }
|
|
|
| void InspectorConsoleAgent::clearMessages(ErrorString*)
|
|
|