| Index: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp
|
| index fa9aef0a74459db1d21276308e89c0d6f83a7d64..b6e67dca44e26889073e5338a9ef83b9fb6a46d6 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp
|
| @@ -41,7 +41,7 @@ static const char consoleMessagesEnabled[] = "consoleMessagesEnabled";
|
| }
|
|
|
| InspectorConsoleAgent::InspectorConsoleAgent(V8InspectorSession* v8Session)
|
| - : InspectorBaseAgent<InspectorConsoleAgent, protocol::Frontend::Console>("Console")
|
| + : InspectorBaseAgent<InspectorConsoleAgent, protocol::Console::Frontend>("Console")
|
| , m_v8Session(v8Session)
|
| , m_enabled(false)
|
| {
|
|
|