| Index: third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
|
| index 1f8d31072e340f4c2faf2514f5497a2502787239..785a0ade06c85211e8d6fea147b6bbe46843227f 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
|
| @@ -137,7 +137,8 @@ void DocumentLoadTiming::addRedirect(const KURL& redirectingUrl,
|
| markRedirectEnd();
|
| markFetchStart();
|
|
|
| - // Check if the redirected url is allowed to access the redirecting url's timing information.
|
| + // Check if the redirected url is allowed to access the redirecting url's
|
| + // timing information.
|
| RefPtr<SecurityOrigin> redirectedSecurityOrigin =
|
| SecurityOrigin::create(redirectedUrl);
|
| m_hasCrossOriginRedirect |=
|
|
|