Index: Source/web/WebSharedWorkerImpl.h |
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h |
index ff85226d11be1728f410526db1b4ac8d3a0cfe9a..6d303a8e488395aa6c5a1c4f1eb2e0a07ba7cc83 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 didEvaluateWorkerScript(bool success) override { }; |
virtual void workerGlobalScopeStarted(WorkerGlobalScope*) override; |
virtual void workerGlobalScopeClosed() override; |
virtual void workerThreadTerminated() override; |