| Index: third_party/WebKit/Source/core/frame/FrameConsole.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameConsole.h b/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| index 6b524e6169caea76f90b33b5e82643285770e50a..4ec2e795490deaabd4881db2ef30d4903bdf4f0b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| @@ -44,7 +44,7 @@
|
| class ResourceError;
|
| class ResourceResponse;
|
| class ScriptCallStack;
|
| -class WorkerInspectorProxy;
|
| +class WorkerGlobalScopeProxy;
|
|
|
| // FrameConsole takes per-frame console messages and routes them up through the FrameHost to the ChromeClient and Inspector.
|
| // It's meant as an abstraction around ChromeClient calls and the way that Blink core/ can add messages to the console.
|
| @@ -58,7 +58,7 @@
|
| }
|
|
|
| void addMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>);
|
| - void adoptWorkerMessagesAfterTermination(WorkerInspectorProxy*);
|
| + void adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy*);
|
|
|
| void reportResourceResponseReceived(DocumentLoader*, unsigned long requestIdentifier, const ResourceResponse&);
|
|
|
|
|