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

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

Issue 2580253002: Specify TaskType of posted Task explicitly in worker (7) (Closed)
Patch Set: s/Unthrottled/Internal/ Created 4 years 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 | « third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6cad1af7362405932499962270d3995d9811bbcd..6b19d23264fff8c843e8f28be1130785f55894e9 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -131,7 +131,7 @@ class CORE_EXPORT WorkerGlobalScope
void postTask(TaskType,
const WebTraceLocation&,
std::unique_ptr<ExecutionContextTask>,
- const String& taskNameForInstrumentation) final;
+ const String& taskNameForInstrumentation = emptyString()) final;
DOMTimerCoordinator* timers() final { return &m_timers; }
SecurityContext& securityContext() final { return *this; }
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698