| 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 348534142fc7bc10275475e52a6c227239b250be..f20abcf564e0fe33dc3d7ba9d89260e36cdd8d40 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1631,7 +1631,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();
|
|
|
|
|