Chromium Code Reviews| 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 2bf6cee53d760d4c10d82493ef5d26bf5b0e098c..b001362e9c230b3e906b0f208a7fa2d29760372b 100644 |
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.h |
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.h |
| @@ -150,6 +150,8 @@ public: |
| ExitCode getExitCode(); |
| + bool isForciblyTerminated(); |
| + |
| void waitForShutdownForTesting() { m_shutdownEvent->wait(); } |
| protected: |