| Index: third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp b/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp
|
| index 52e52c498cff99b562c1c714e30f2de5f20ca91d..4373b3da3e8282b6fe2c3449825d5902eb417328 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp
|
| @@ -75,15 +75,15 @@ FrameLoadRequest::FrameLoadRequest(
|
| return;
|
| }
|
|
|
| - // If we don't have an origin document, and we're going to throw away the response data
|
| - // regardless, set the requestor to a unique origin.
|
| + // If we don't have an origin document, and we're going to throw away the
|
| + // response data regardless, set the requestor to a unique origin.
|
| if (m_substituteData.isValid()) {
|
| m_resourceRequest.setRequestorOrigin(SecurityOrigin::createUnique());
|
| return;
|
| }
|
|
|
| - // If we're dealing with a top-level request, use the origin of the requested URL as the initiator.
|
| - //
|
| + // If we're dealing with a top-level request, use the origin of the requested
|
| + // URL as the initiator.
|
| // TODO(mkwst): This should be `nullptr`. https://crbug.com/625969
|
| if (m_resourceRequest.frameType() == WebURLRequest::FrameTypeTopLevel) {
|
| m_resourceRequest.setRequestorOrigin(
|
|
|