| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index 29b889ed4edc18c7b66ff16bf865a6f081db7431..3088ca5863f8671928e3b1d28392ea64ad615d64 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -213,9 +213,6 @@ void SVGSVGElement::updateCurrentTranslate()
|
| {
|
| if (RenderObject* object = renderer())
|
| object->setNeedsLayout();
|
| -
|
| - if (parentNode() == document() && document().renderer())
|
| - document().renderer()->repaint();
|
| }
|
|
|
| void SVGSVGElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|