| Index: Source/core/loader/HistoryController.cpp
|
| diff --git a/Source/core/loader/HistoryController.cpp b/Source/core/loader/HistoryController.cpp
|
| index c9b125bb30ff5d2c1379a0059e62a30689eb5ca0..75552cb32c91b05a80fa79d228dcc5a10de45b77 100644
|
| --- a/Source/core/loader/HistoryController.cpp
|
| +++ b/Source/core/loader/HistoryController.cpp
|
| @@ -107,11 +107,6 @@ void HistoryController::restoreScrollPositionAndViewState()
|
| if (!m_currentItem)
|
| return;
|
|
|
| - // FIXME: There is some scrolling related work that needs to happen whenever a page goes into the
|
| - // page cache and similar work that needs to occur when it comes out. This is where we do the work
|
| - // that needs to happen when we exit, and the work that needs to happen when we enter is in
|
| - // Document::setIsInPageCache(bool). It would be nice if there was more symmetry in these spots.
|
| - // https://bugs.webkit.org/show_bug.cgi?id=98698
|
| if (FrameView* view = m_frame->view()) {
|
| Page* page = m_frame->page();
|
| if (page && page->mainFrame() == m_frame) {
|
|
|