| Index: Source/core/svg/SVGElementInstance.cpp
|
| diff --git a/Source/core/svg/SVGElementInstance.cpp b/Source/core/svg/SVGElementInstance.cpp
|
| index 3d24bc52987c753a62921780a1f58e7cd6b68d44..a11e335c06697419865a120b8b74fb9bcf56a8b1 100644
|
| --- a/Source/core/svg/SVGElementInstance.cpp
|
| +++ b/Source/core/svg/SVGElementInstance.cpp
|
| @@ -194,7 +194,7 @@ void SVGElementInstance::invalidateAllInstancesOfElement(SVGElement* element)
|
| }
|
| }
|
|
|
| - element->document().updateStyleIfNeeded();
|
| + element->document().updateRenderTreeIfNeeded();
|
| }
|
|
|
| const AtomicString& SVGElementInstance::interfaceName() const
|
|
|