| Index: third_party/WebKit/Source/core/frame/FrameConsole.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameConsole.cpp b/third_party/WebKit/Source/core/frame/FrameConsole.cpp
|
| index 424baa7f2034b239093ecc16ab7ab0572d55c7ab..aee8e46595967b482d36e2777142f2e9821dc30b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameConsole.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameConsole.cpp
|
| @@ -160,7 +160,7 @@ void FrameConsole::clearMessages()
|
| storage->clear(m_frame->document());
|
| }
|
|
|
| -void FrameConsole::adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy* proxy)
|
| +void FrameConsole::adoptWorkerMessagesAfterTermination(WorkerInspectorProxy* proxy)
|
| {
|
| ConsoleMessageStorage* storage = messageStorage();
|
| if (storage)
|
|
|