| 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 9aef6de6289d0a67ca59036a9ed386ce55120b07..152f49680b137fdbb35ab938db4c1f4ea4442d8b 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| @@ -608,7 +608,7 @@ static bool shouldSendCompleteNotification(LocalFrame* frame)
|
| return false;
|
| // Only send didStopLoading() if there are no navigations in progress at all,
|
| // whether committed, provisional, or pending.
|
| - return frame->loader().documentLoader()->sentDidFinishLoad() && !frame->loader().provisionalDocumentLoader() && !frame->loader().client()->hasPendingNavigation();
|
| + return frame->loader().documentLoader()->sentDidFinishLoad() && !frame->loader().provisionalDocumentLoader();
|
| }
|
|
|
| void FrameLoader::checkCompleted()
|
|
|