| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 933b6334b49e76debebafeb36a08a2413c478a94..7105713473697c122940a5ab2ff36cd83a769a16 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -1049,7 +1049,7 @@ void FrameView::repaintTree(RenderObject* root)
|
|
|
| RootLayoutStateScope rootLayoutStateScope(*root);
|
|
|
| - root->repaintTreeAfterLayout();
|
| + root->repaintTreeAfterLayout(*root->containerForRepaint());
|
|
|
| // Repaint the frameviews scrollbars if needed
|
| if (hasVerticalBarDamage())
|
|
|