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 5ed7f2712f69f2d50080900db1bab0ddfb6dcd7d..cd9fc548f9dd44fe233a693013047444d0d0e6ae 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerThread.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerThread.h |
@@ -203,7 +203,9 @@ private: |
// acquired. |
bool shouldScheduleToTerminateExecution(const MutexLocker&); |
- void forciblyTerminateExecution(); |
+ // Forcibly terminates the worker execution. This must be called with |
+ // |m_threadStateMutex| acquired. |
+ void forciblyTerminateExecution(const MutexLocker&, ExitCode); |
// Returns true if termination or shutdown sequence has started. This is |
// thread safe. |