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

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

Issue 2644833002: Worker: Consolidate postTask implementation (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
index 09c51275fba5c18fc21eeca7156acff65d7d1720..2c5486b8163644d481643b8cb42bbe946ec79d23 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -126,11 +126,6 @@ class CORE_EXPORT WorkerGlobalScope
void disableEval(const String& errorMessage) final;
String userAgent() const final { return m_userAgent; }
- void postTask(TaskType,
- const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>,
- const String& taskNameForInstrumentation = emptyString()) final;
-
DOMTimerCoordinator* timers() final { return &m_timers; }
SecurityContext& securityContext() final { return *this; }
void addConsoleMessage(ConsoleMessage*) final;

Powered by Google App Engine
This is Rietveld 408576698