Index: Source/core/svg/SVGPointListTearOff.h |
diff --git a/Source/core/svg/SVGPointListTearOff.h b/Source/core/svg/SVGPointListTearOff.h |
index 31f6ba98790a6e4163793960e80c363c455a8442..21f614a022e920c771e75a14f3acbd8c295574c0 100644 |
--- a/Source/core/svg/SVGPointListTearOff.h |
+++ b/Source/core/svg/SVGPointListTearOff.h |
@@ -40,13 +40,13 @@ class SVGPointListTearOff FINAL : |
public SVGListPropertyTearOffHelper<SVGPointListTearOff, SVGPointList>, |
public ScriptWrappable { |
public: |
- static PassRefPtr<SVGPointListTearOff> create(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
+ static PassRefPtr<SVGPointListTearOff> create(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) |
{ |
return adoptRef(new SVGPointListTearOff(target, contextElement, propertyIsAnimVal, attributeName)); |
} |
private: |
- SVGPointListTearOff(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
+ SVGPointListTearOff(PassRefPtr<SVGPointList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) |
: SVGListPropertyTearOffHelper<SVGPointListTearOff, SVGPointList>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
ScriptWrappable::init(this); |