| 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;
|
| }
|
|
|