| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| index f7dc5710b4b69b497574a9c42ea65a300478d252..634267c9805220a60f775924452faf8d4796713f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| @@ -63,7 +63,8 @@ void WorkerInspectorProxy::workerThreadCreated(Document* document,
|
| m_document = document;
|
| m_url = url.getString();
|
| inspectorProxies().add(this);
|
| - // We expect everyone starting worker thread to synchronously ask for workerStartMode right before.
|
| + // We expect everyone starting worker thread to synchronously ask for
|
| + // workerStartMode right before.
|
| bool waitingForDebugger =
|
| InspectorInstrumentation::shouldWaitForDebuggerOnWorkerStart(document);
|
| InspectorInstrumentation::didStartWorker(document, this, waitingForDebugger);
|
|
|