Index: Source/core/svg/SVGTransformListTearOff.h |
diff --git a/Source/core/svg/SVGTransformListTearOff.h b/Source/core/svg/SVGTransformListTearOff.h |
index c73eb85232eaa750f0924fb914ace66282d05616..6aab790c1036c050b95dec09065442070a6117a8 100644 |
--- a/Source/core/svg/SVGTransformListTearOff.h |
+++ b/Source/core/svg/SVGTransformListTearOff.h |
@@ -41,7 +41,7 @@ class SVGTransformListTearOff FINAL : |
public SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>, |
public ScriptWrappable { |
public: |
- static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
+ static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) |
{ |
return adoptRef(new SVGTransformListTearOff(target, contextElement, propertyIsAnimVal, attributeName)); |
} |