Index: third_party/WebKit/Source/core/workers/WorkerThread.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.h b/third_party/WebKit/Source/core/workers/WorkerThread.h |
index e4873947873f442dd624f7efa64480727bcb4f99..e282c20265e7f50a884d3231566054ae7715388d 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerThread.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerThread.h |
@@ -154,6 +154,9 @@ class CORE_EXPORT WorkerThread { |
// Number of active worker threads. |
static unsigned workerThreadCount(); |
+ static void PostTaskToAllWorkerThreads(const WebTraceLocation&, |
+ std::unique_ptr<ExecutionContextTask>); |
+ |
PlatformThreadId platformThreadId(); |
bool isForciblyTerminated(); |