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

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

Issue 1111693003: Remove the concept of a cleanup task (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup. Created 5 years, 7 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/WorkerThread.h
diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
index 38352bd1ad6fdb55dd0929b8f73310c828f44454..fbabe8c89b8e965dd95aa4903be203735eda3733 100644
--- a/Source/core/workers/WorkerThread.h
+++ b/Source/core/workers/WorkerThread.h
@@ -46,9 +46,9 @@ namespace blink {
class WebWaitableEvent;
class WorkerGlobalScope;
class WorkerInspectorController;
+class WorkerMicrotaskRunner;
class WorkerReportingProxy;
class WorkerSharedTimer;
-class WorkerThreadShutdownFinishTask;
class WorkerThreadStartupData;
class WorkerThreadTask;
@@ -130,7 +130,7 @@ protected:
private:
friend class WorkerSharedTimer;
- friend class WorkerThreadShutdownFinishTask;
+ friend class WorkerMicrotaskRunner;
void stopInShutdownSequence();
void stopInternal();

Powered by Google App Engine
This is Rietveld 408576698