Index: Source/core/svg/SVGAnimatedColor.cpp |
diff --git a/Source/core/svg/SVGAnimatedColor.cpp b/Source/core/svg/SVGAnimatedColor.cpp |
index 42ec7ea02c5d44f1e8ac086c9a305f24e6f40716..c8d26deec790aeaf21b9c9922bef65f9e0886f5f 100644 |
--- a/Source/core/svg/SVGAnimatedColor.cpp |
+++ b/Source/core/svg/SVGAnimatedColor.cpp |
@@ -37,7 +37,7 @@ PassRefPtr<NewSVGPropertyBase> SVGColorProperty::cloneForAnimation(const String& |
{ |
// SVGAnimatedColor is deprecated. So No SVG DOM animation. |
ASSERT_NOT_REACHED(); |
- return 0; |
+ return nullptr; |
} |
static inline Color fallbackColorForCurrentColor(SVGElement* targetElement) |