| Index: third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h b/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
|
| index 19ef25a319052b5e16a5bfadb9ee632801ffe39e..c85db9c02a508642827ec99331331faf0cc1a130 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h
|
| @@ -50,7 +50,7 @@ class SVGTransformListTearOff final
|
| SVGTransformList* target,
|
| SVGElement* context_element,
|
| PropertyIsAnimValType property_is_anim_val,
|
| - const QualifiedName& attribute_name = QualifiedName::Null()) {
|
| + const QualifiedName& attribute_name) {
|
| return new SVGTransformListTearOff(target, context_element,
|
| property_is_anim_val, attribute_name);
|
| }
|
|
|