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