| Index: Source/core/svg/SVGTransform.cpp
|
| diff --git a/Source/core/svg/SVGTransform.cpp b/Source/core/svg/SVGTransform.cpp
|
| index 9e936d86ccef56a303d029bca8468a4c6bcfea61..6ad30969dd4fae17e028b442872ee0ca362c0b03 100644
|
| --- a/Source/core/svg/SVGTransform.cpp
|
| +++ b/Source/core/svg/SVGTransform.cpp
|
| @@ -74,7 +74,7 @@ PassRefPtr<NewSVGPropertyBase> SVGTransform::cloneForAnimation(const String&) co
|
| {
|
| // SVGTransform is never animated.
|
| ASSERT_NOT_REACHED();
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| void SVGTransform::setMatrix(const AffineTransform& matrix)
|
|
|