| Index: Source/core/svg/SVGTransformTearOff.h
|
| diff --git a/Source/core/svg/SVGTransformTearOff.h b/Source/core/svg/SVGTransformTearOff.h
|
| index 9f38b80731dd0fa9fde8d83c12954c45abccef84..7eafc0536852c29c25bc907bae260235f60b222a 100644
|
| --- a/Source/core/svg/SVGTransformTearOff.h
|
| +++ b/Source/core/svg/SVGTransformTearOff.h
|
| @@ -52,7 +52,7 @@ public:
|
| SVG_TRANSFORM_SKEWY = WebCore::SVG_TRANSFORM_SKEWY,
|
| };
|
|
|
| - static PassRefPtr<SVGTransformTearOff> create(PassRefPtr<SVGTransform> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
|
| + static PassRefPtr<SVGTransformTearOff> create(PassRefPtr<SVGTransform> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
| return adoptRef(new SVGTransformTearOff(target, contextElement, propertyIsAnimVal, attributeName));
|
| }
|
|
|