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 0cb62fd8e335545ffaf00c793c0686c16e556e38..1b3d3e756ab6cd64e3c4e705b3964408c03f3488 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -2029,7 +2029,7 @@ bool WebLocalFrameImpl::isLoading() const { |
if (!frame() || !frame()->document()) |
return false; |
return frame()->loader().stateMachine()->isDisplayingInitialEmptyDocument() || |
- frame()->loader().provisionalDocumentLoader() || |
+ frame()->loader().hasProvisionalNavigation() || |
!frame()->document()->loadEventFinished(); |
} |