Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
index d8cb10c70448ea5ceeeb1b980691d543cfa809eb..02665ba9b5c30ebe69eebcc9bc97e558b8c4462c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp |
@@ -173,8 +173,7 @@ SVGRectTearOff* SVGGraphicsElement::getBBoxFromJavascript() { |
FloatRect boundingBox; |
if (GetLayoutObject()) |
boundingBox = GetBBox(); |
- return SVGRectTearOff::Create(SVGRect::Create(boundingBox), 0, |
- kPropertyIsNotAnimVal); |
+ return SVGRectTearOff::CreateDetached(boundingBox); |
} |
} // namespace blink |