| Index: Source/core/svg/SVGLengthTearOff.h
|
| diff --git a/Source/core/svg/SVGLengthTearOff.h b/Source/core/svg/SVGLengthTearOff.h
|
| index 1dccb84c3f43c654db987d0215f22c1c0d2420c1..5ef43e94c1e9e5932b2dabe171ce4b72725c21e0 100644
|
| --- a/Source/core/svg/SVGLengthTearOff.h
|
| +++ b/Source/core/svg/SVGLengthTearOff.h
|
| @@ -54,7 +54,7 @@ public:
|
| SVG_LENGTHTYPE_PC = LengthTypePC
|
| };
|
|
|
| - static PassRefPtr<SVGLengthTearOff> create(PassRefPtr<SVGLength> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
|
| + static PassRefPtr<SVGLengthTearOff> create(PassRefPtr<SVGLength> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
| return adoptRef(new SVGLengthTearOff(target, contextElement, propertyIsAnimVal, attributeName));
|
| }
|
| @@ -71,7 +71,7 @@ public:
|
| void convertToSpecifiedUnits(unsigned short unitType, ExceptionState&);
|
|
|
| private:
|
| - SVGLengthTearOff(PassRefPtr<SVGLength>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = nullQName());
|
| + SVGLengthTearOff(PassRefPtr<SVGLength>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
|
| };
|
|
|
| } // namespace WebCore
|
|
|