| Index: Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
|
| index db2009899e19f5525c9edb2de286811de0972185..be5a49b2f347df1dc6a4a35f2bfba9f0317916de 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -57,6 +57,7 @@ class ScriptArguments;
|
| class ScriptCallStack;
|
| class ScriptProfile;
|
| class ThreadableLoaderClient;
|
| +class WorkerGlobalScopeProxy;
|
| class XMLHttpRequest;
|
|
|
| typedef String ErrorString;
|
| @@ -81,7 +82,8 @@ public:
|
|
|
| void addConsoleAPIMessageToConsole(MessageType, MessageLevel, const String& message, ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>, unsigned long requestIdentifier = 0);
|
| void addMessageToConsole(ConsoleMessage*);
|
| -
|
| + void addMessageToConsoleFromWorker(WorkerGlobalScopeProxy*, ConsoleMessage*);
|
| + void workerGlobalScopeTerminated(WorkerGlobalScopeProxy*);
|
| Vector<unsigned> consoleMessageArgumentCounts();
|
|
|
| void consoleTime(ExecutionContext*, const String& title);
|
|
|