| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 27f746bed86e6caa4dd6ac1c737daa4c888f456a..739f37d52c2f895a4a612f1166bf1b1c112752b9 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2105,6 +2105,8 @@ void FrameView::performPostLayoutTasks()
|
|
|
| FontFaceSet::didLayout(*m_frame->document());
|
|
|
| + frame().eventHandler().scheduleCursorUpdate();
|
| +
|
| updateWidgetPositions();
|
|
|
| // Plugins could have torn down the page inside updateWidgetPositions().
|
|
|