| Index: Source/core/svg/SVGTransformListTearOff.cpp
|
| diff --git a/Source/core/svg/SVGTransformListTearOff.cpp b/Source/core/svg/SVGTransformListTearOff.cpp
|
| index 0652aeba3f44086f532ea7d699bac0811db1172c..7dd151ae835160eb9c4152993d656b37b3b5ab99 100644
|
| --- a/Source/core/svg/SVGTransformListTearOff.cpp
|
| +++ b/Source/core/svg/SVGTransformListTearOff.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGTransformListTearOff::SVGTransformListTearOff(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
|
| +SVGTransformListTearOff::SVGTransformListTearOff(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| : SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| ScriptWrappable::init(this);
|
|
|