Index: third_party/WebKit/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/third_party/WebKit/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
index 414ea660cf68fd9a8e48db04959fce13fa6619e3..2b114e5ff126ad25c63cfd559446bc68b9044f2f 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
@@ -47,9 +47,8 @@ SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement( |
const QualifiedName& tagName, |
Document& document) |
: SVGElement(tagName, document), |
- m_tableValues(SVGAnimatedNumberList::create(this, |
- SVGNames::tableValuesAttr, |
- SVGNumberList::create())), |
+ m_tableValues( |
+ SVGAnimatedNumberList::create(this, SVGNames::tableValuesAttr)), |
m_slope(SVGAnimatedNumber::create(this, |
SVGNames::slopeAttr, |
SVGNumber::create(1))), |