| Index: Source/web/WebSharedWorkerImpl.h
|
| diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
|
| index ff85226d11be1728f410526db1b4ac8d3a0cfe9a..91529f92bfa68b5c18505d54fb13a5637301853e 100644
|
| --- a/Source/web/WebSharedWorkerImpl.h
|
| +++ b/Source/web/WebSharedWorkerImpl.h
|
| @@ -75,6 +75,7 @@ public:
|
| const WTF::String&, int, int, const WTF::String&) override;
|
| virtual void reportConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) override;
|
| virtual void postMessageToPageInspector(const WTF::String&) override;
|
| + virtual void workerScriptEvaluated(bool success) override { };
|
| virtual void workerGlobalScopeStarted(WorkerGlobalScope*) override;
|
| virtual void workerGlobalScopeClosed() override;
|
| virtual void workerThreadTerminated() override;
|
|
|