| Index: Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
|
| index 1d7d6881361626e888c845e4315715faa8fb596a..28a63eb0d40e75ce045289d86553fce7f5978753 100644
|
| --- a/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -35,6 +35,7 @@
|
| #include "core/dom/Document.h"
|
| #include "core/events/MessageEvent.h"
|
| #include "core/html/HTMLFormElement.h"
|
| +#include "core/inspector/ConsoleMessage.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/WorkerDebuggerAgent.h"
|
| #include "core/inspector/WorkerInspectorController.h"
|
| @@ -239,7 +240,7 @@ void WebSharedWorkerImpl::reportException(const String& errorMessage, int lineNu
|
| // Not suppported in SharedWorker.
|
| }
|
|
|
| -void WebSharedWorkerImpl::reportConsoleMessage(MessageSource source, MessageLevel level, const String& message, int lineNumber, const String& sourceURL)
|
| +void WebSharedWorkerImpl::reportConsoleMessage(PassRefPtr<blink::ConsoleMessage>)
|
| {
|
| // Not supported in SharedWorker.
|
| }
|
|
|