| Index: third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| index c1c682d307eeb3b3702af5394873188c034fe27b..656738e08c194107e20e3114bbded3c958a4af3d 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| @@ -1354,6 +1354,7 @@ bool FrameLoader::shouldClose(bool isReload)
|
| if (i == targetFrames.size())
|
| shouldClose = true;
|
| }
|
| +
|
| return shouldClose;
|
| }
|
|
|
| @@ -1417,8 +1418,6 @@ void FrameLoader::startLoad(FrameLoadRequest& frameLoadRequest, FrameLoadType ty
|
| ResourceRequest& request = frameLoadRequest.resourceRequest();
|
| if (!shouldContinueForNavigationPolicy(request, frameLoadRequest.substituteData(), nullptr, frameLoadRequest.shouldCheckMainWorldContentSecurityPolicy(), navigationType, navigationPolicy, type == FrameLoadTypeReplaceCurrentItem, frameLoadRequest.clientRedirect() == ClientRedirectPolicy::ClientRedirect))
|
| return;
|
| - if (!shouldClose(navigationType == NavigationTypeReload))
|
| - return;
|
|
|
| m_frame->document()->cancelParsing();
|
| if (m_provisionalDocumentLoader) {
|
|
|