| Index: Source/core/paint/SVGContainerPainter.cpp
|
| diff --git a/Source/core/paint/SVGContainerPainter.cpp b/Source/core/paint/SVGContainerPainter.cpp
|
| index 42fd130338f96955074be16cb6f7ffb1976c71dd..788634dcb2c0382dd564e100e585efb51ebb403d 100644
|
| --- a/Source/core/paint/SVGContainerPainter.cpp
|
| +++ b/Source/core/paint/SVGContainerPainter.cpp
|
| @@ -47,7 +47,7 @@ void SVGContainerPainter::paint(const PaintInfo& paintInfo)
|
|
|
| if (continueRendering) {
|
| renderingContext.paintInfo().updatePaintingRootForChildren(&m_renderSVGContainer);
|
| - for (RenderObject* child = m_renderSVGContainer.firstChild(); child; child = child->nextSibling())
|
| + for (LayoutObject* child = m_renderSVGContainer.firstChild(); child; child = child->nextSibling())
|
| child->paint(renderingContext.paintInfo(), IntPoint());
|
| }
|
| }
|
|
|