Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Unified Diff: Source/web/WebSharedWorkerImpl.h

Issue 692003002: ServiceWorker: Registering a malformed script should fail [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698