| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index f333457e2fa6943b33a4795928550a32fd3fd947..6b2557a41832e1f877a4a0e9719247854652ff0d 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2280,7 +2280,7 @@ void FrameView::performPostLayoutTasks()
|
|
|
| if (Page* page = m_frame->page()) {
|
| if (ScrollingCoordinator* scrollingCoordinator = page->scrollingCoordinator())
|
| - scrollingCoordinator->notifyLayoutUpdated();
|
| + scrollingCoordinator->frameViewLayoutUpdated(this);
|
| }
|
|
|
| scrollToAnchor();
|
|
|