| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index a934dafcdcb0783c643cfb2c83126546c1c6abc9..8bfc3c847e8d4d520005c5253026c7ae064e6c5f 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -821,7 +821,7 @@ LayoutObject* LayoutView::backgroundRenderer() const
|
| {
|
| if (Element* documentElement = document().documentElement()) {
|
| if (LayoutObject* rootObject = documentElement->layoutObject())
|
| - return rootObject->rendererForRootBackground();
|
| + return rootObject->layoutObjectForRootBackground();
|
| }
|
| return 0;
|
| }
|
|
|