Index: third_party/WebKit/Source/core/svg/SVGStringListTearOff.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h |
index 2fa2b2cd9d5b9106eeab7c1bb47e06f4f9947166..7006ae3ab733f4e7cc261eab9cb80d96611324b7 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h |
+++ b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.h |
@@ -46,7 +46,7 @@ class SVGStringListTearOff : public SVGPropertyTearOff<SVGStringList>, |
SVGStringList* target, |
SVGElement* context_element, |
PropertyIsAnimValType property_is_anim_val, |
- const QualifiedName& attribute_name = QualifiedName::Null()) { |
+ const QualifiedName& attribute_name) { |
return new SVGStringListTearOff(target, context_element, |
property_is_anim_val, attribute_name); |
} |