| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| index 8396da82d84b5625cb78d835e502096fc425e1a2..fc3a9d3eb6083fd04562253ea4a45421fa888ca0 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp | 
| @@ -274,10 +274,6 @@ void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName) | 
| // At the SVG/HTML boundary (aka LayoutSVGRoot), the width and | 
| // height attributes can affect the replaced size so we need | 
| // to mark it for updating. | 
| -        // | 
| -        // FIXME: For width/height animated as XML attributes on SVG | 
| -        // roots, there is an attribute synchronization missing. See | 
| -        // http://crbug.com/364807 | 
| if (widthOrHeightChanged) { | 
| LayoutObject* layoutObject = this->layoutObject(); | 
| if (layoutObject && layoutObject->isSVGRoot()) { | 
|  |