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

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

Issue 1134523002: Implement timers by posting delayed tasks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Gyp tweak. 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 0e16eb908d0083bc6c3ff695126611973a94876a..a595d3ae3b4369d754c1b6257a2a9a885969f390 100644
--- a/Source/core/workers/WorkerThread.h
+++ b/Source/core/workers/WorkerThread.h
@@ -48,7 +48,6 @@ class WorkerGlobalScope;
class WorkerInspectorController;
class WorkerMicrotaskRunner;
class WorkerReportingProxy;
-class WorkerSharedTimer;
class WorkerThreadStartupData;
class WorkerThreadTask;
@@ -132,7 +131,6 @@ protected:
virtual bool doIdleGc(double deadlineSeconds);
private:
- friend class WorkerSharedTimer;
friend class WorkerThreadIdleTask;
friend class WorkerMicrotaskRunner;

Powered by Google App Engine
This is Rietveld 408576698