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

Unified Diff: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . 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/web/WebEmbeddedWorkerImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
index f35a4a16d4f1117a92688cfda90ed463e3240cc1..aa8a964dcc230c17a0ab5f0621d06dfc0a2a1ef9 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
@@ -415,7 +415,8 @@ void WebEmbeddedWorkerImpl::startWorkerThread() {
Document* document = m_mainFrame->frame()->document();
- // FIXME: this document's origin is pristine and without any extra privileges. (crbug.com/254993)
+ // FIXME: this document's origin is pristine and without any extra privileges.
+ // (crbug.com/254993)
SecurityOrigin* starterOrigin = document->getSecurityOrigin();
WorkerClients* workerClients = WorkerClients::create();
@@ -429,7 +430,8 @@ void WebEmbeddedWorkerImpl::startWorkerThread() {
workerClients,
wrapUnique(m_workerContextClient->createServiceWorkerProvider()));
- // We need to set the CSP to both the shadow page's document and the ServiceWorkerGlobalScope.
+ // We need to set the CSP to both the shadow page's document and the
+ // ServiceWorkerGlobalScope.
document->initContentSecurityPolicy(
m_mainScriptLoader->releaseContentSecurityPolicy());
if (!m_mainScriptLoader->referrerPolicy().isNull())
« no previous file with comments | « third_party/WebKit/Source/web/WebElement.cpp ('k') | third_party/WebKit/Source/web/WebFrameContentDumper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698