| 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 4ec2e795490deaabd4881db2ef30d4903bdf4f0b..6b524e6169caea76f90b33b5e82643285770e50a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| @@ -44,7 +44,7 @@ class DocumentLoader;
|
| class ResourceError;
|
| class ResourceResponse;
|
| class ScriptCallStack;
|
| -class WorkerGlobalScopeProxy;
|
| +class WorkerInspectorProxy;
|
|
|
| // 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 @@ public:
|
| }
|
|
|
| void addMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>);
|
| - void adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy*);
|
| + void adoptWorkerMessagesAfterTermination(WorkerInspectorProxy*);
|
|
|
| void reportResourceResponseReceived(DocumentLoader*, unsigned long requestIdentifier, const ResourceResponse&);
|
|
|
|
|