| Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebFrameImpl.cpp (revision 79367)
|
| +++ Source/WebKit/chromium/src/WebFrameImpl.cpp (working copy)
|
| @@ -895,8 +895,8 @@
|
| m_frame->page()->backForward()->setCurrentItem(currentItem.get());
|
| }
|
|
|
| - m_frame->loader()->history()->goToItem(
|
| - historyItem.get(), FrameLoadTypeIndexedBackForward);
|
| + m_frame->page()->goToItem(historyItem.get(),
|
| + FrameLoadTypeIndexedBackForward);
|
| }
|
|
|
| void WebFrameImpl::loadData(const WebData& data,
|
|
|