Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 700bdb118a76907c67efb4ea6adefb67b5d59d45..7fd200056ce4ea4d14efe9031f0842d4deea6d21 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -104,7 +104,7 @@ public: |
void svgLoadEventTimerFired(Timer<SVGElement>*); |
virtual Timer<SVGElement>* svgLoadEventTimer(); |
- virtual AffineTransform* animateMotionTransform() { return 0; } |
+ virtual AffineTransform* animateMotionTransform() { return nullptr; } |
void invalidateSVGAttributes() { ensureUniqueElementData().m_animatedSVGAttributesAreDirty = true; } |
void invalidateSVGPresentationAttributeStyle() { ensureUniqueElementData().m_presentationAttributeStyleIsDirty = true; } |