| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index 99b43be45600ada8a5cd9662f2c8a86530ec3d2e..7f3ba9c82f801cfd589927b67b0a367cdaa1707f 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -719,7 +719,7 @@ void WebRemoteFrameImpl::didStopLoading()
|
| if (parent() && parent()->isWebLocalFrame()) {
|
| WebLocalFrameImpl* parentFrame =
|
| toWebLocalFrameImpl(parent()->toWebLocalFrame());
|
| - parentFrame->frame()->loader().checkCompleted();
|
| + parentFrame->frame()->loader().checkCompleted(9);
|
| }
|
| }
|
|
|
|
|