| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 75d3864d39fc5bd556736709e9f0dde073e3fd17..8041af289d9aa162f293c0b4992e296bf6a18220 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2047,8 +2047,7 @@ bool WebLocalFrameImpl::maybeRenderFallbackContent(
|
| return false;
|
|
|
| FrameLoader& frameloader = frame()->loader();
|
| - frameloader.clearNavigationHandledByClient();
|
| - frameloader.loadFailed(frameloader.documentLoader(), error);
|
| + frameloader.loadFailed(frameloader.provisionalDocumentLoader(), error);
|
| return true;
|
| }
|
|
|
|
|