| 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 0ab358f06eb7dcc20666cde8805407294848fb93..44dd497319f77446f30cc7803e0c31a986752c2e 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1609,7 +1609,7 @@ LocalFrame* WebLocalFrameImpl::createChildFrame(
|
| // If we're moving in the back/forward list, we might want to replace the
|
| // content of this child frame with whatever was there at that point.
|
| HistoryItem* childItem = nullptr;
|
| - if (isBackForwardLoadType(frame()->loader().loadType()) &&
|
| + if (isBackForwardLoadType(frame()->loader().documentLoader()->loadType()) &&
|
| !frame()->document()->loadEventFinished())
|
| childItem = webframeChild->client()->historyItemForNewChildFrame();
|
|
|
|
|