| Index: third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| index 5728eea0ea4b564a86d181a1b4498ca422e44589..103350358618f3665062b19b22b75da49e4fc866 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| @@ -73,6 +73,7 @@ class CORE_EXPORT InspectorWorkerAgent final
|
| void connectToAllProxies();
|
| void disconnectFromAllProxies(bool reportToFrontend);
|
| void connectToProxy(WorkerInspectorProxy*, bool waitingForDebugger);
|
| + protocol::DictionaryValue* attachedWorkerIds();
|
|
|
| // WorkerInspectorProxy::PageInspector implementation.
|
| void dispatchMessageFromWorker(WorkerInspectorProxy*,
|
|
|