| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| index be63df4c5578d76e8fda05c3e553e27398f816c3..f98217d305621652a629ebc1b66e397580a5fa0b 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp | 
| @@ -989,9 +989,6 @@ void SVGElement::invalidateInstances() | 
| } | 
|  | 
| svgRareData()->elementInstances().clear(); | 
| - | 
| -    if (inDocument()) | 
| -        document().updateLayoutTreeIfNeeded(); | 
| } | 
|  | 
| SVGElement::InstanceUpdateBlocker::InstanceUpdateBlocker(SVGElement* targetElement) | 
|  |