| 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 7d2a924d74777f1b0a47ffbf329bce2c9f567602..0c8429fb1e36289d6cf42f97a7f5d5db2fef3892 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp
|
| @@ -174,7 +174,7 @@ static String messageLevelValue(MessageLevel level)
|
|
|
| void InspectorConsoleAgent::sendConsoleMessageToFrontend(ConsoleMessage* consoleMessage, bool generatePreview)
|
| {
|
| - if (consoleMessage->workerGlobalScopeProxy())
|
| + if (consoleMessage->workerInspectorProxy())
|
| return;
|
|
|
| OwnPtr<protocol::Console::ConsoleMessage> jsonObj = protocol::Console::ConsoleMessage::create()
|
|
|