| Index: Source/core/workers/WorkerThread.h
|
| diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
|
| index 082d437ccfb29575addd1d05acacf5d2f48798b7..77253ae1251d39aef2257cefd41c904504bac8a8 100644
|
| --- a/Source/core/workers/WorkerThread.h
|
| +++ b/Source/core/workers/WorkerThread.h
|
| @@ -95,6 +95,8 @@ namespace blink {
|
| // Number of active worker threads.
|
| static unsigned workerThreadCount();
|
|
|
| + PlatformThreadId platformThreadId() const;
|
| +
|
| void interruptAndDispatchInspectorCommands();
|
| void setWorkerInspectorController(WorkerInspectorController*);
|
|
|
|
|