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

Unified Diff: Source/core/workers/WorkerGlobalScope.h

Issue 657213004: ServiceWorker: Issue a warning after initial execution of worker script (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporate reviews Created 6 years, 2 months 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
Index: Source/core/workers/WorkerGlobalScope.h
diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
index feb765e2f894fe6b85773e79c7db30ef8420bf9f..ff23cfa571723b9525c4fc7e2ad53126f4d310ba 100644
--- a/Source/core/workers/WorkerGlobalScope.h
+++ b/Source/core/workers/WorkerGlobalScope.h
@@ -84,6 +84,7 @@ public:
void clearInspector();
void dispose();
+ virtual void didEvaluateWorkerScript();
kouhei (in TOK) 2014/10/22 09:11:47 Nit: above dispose().
shimazu 2014/10/23 00:52:22 Done.
WorkerThread* thread() const { return m_thread; }
« no previous file with comments | « no previous file | Source/core/workers/WorkerGlobalScope.cpp » ('j') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698