Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp

Issue 2387983002: Worker: Reflow comments in worker components (Closed)
Patch Set: manually tweak Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/core/workers/SharedWorker.cpp ('k') | third_party/WebKit/Source/core/workers/WorkerLoaderProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698