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

Unified Diff: third_party/WebKit/Source/core/loader/TextTrackLoader.cpp

Issue 2383403002: Reflow comments in core/loader (Closed)
Patch Set: yhirano comments 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/loader/TextTrackLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp b/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp
index 315195246cc0c16144b1f19bb1bfafe532ea8283..9ae00786ba700166b4253c12b6171dde7fd7cd2b 100644
--- a/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp
@@ -128,7 +128,8 @@ bool TextTrackLoader::load(const KURL& url,
cueRequest.setCrossOriginAccessControl(document().getSecurityOrigin(),
crossOrigin);
} else if (!document().getSecurityOrigin()->canRequestNoSuborigin(url)) {
- // Text track elements without 'crossorigin' set on the parent are "No CORS"; report error if not same-origin.
+ // Text track elements without 'crossorigin' set on the parent are "No
+ // CORS"; report error if not same-origin.
corsPolicyPreventedLoad(document().getSecurityOrigin(), url);
return false;
}

Powered by Google App Engine
This is Rietveld 408576698