Index: third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
index f2cb1d8449a7d697c1a5e50da7da59169a3dc86f..46c4bab2cdb204b2a54277c653ebfe07e223c84c 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
@@ -69,6 +69,8 @@ class CORE_EXPORT WorkerBackingThread final { |
static void setRAILModeOnWorkerThreadIsolates(v8::RAILMode); |
+ static void PostTaskToAllThreads(const base::Closure& closure); |
+ |
private: |
WorkerBackingThread(const char* name, |
bool shouldCallGCOnShutdown, |