Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index 313cc2e98f4e63e3eb3e3ff297f773389312d758..c4d3fd04af3cc66b9c2b1e6b502ad1e61b9edf2a 100644 |
--- a/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/Source/core/svg/SVGGraphicsElement.cpp |
@@ -217,7 +217,7 @@ SVGElement* SVGGraphicsElement::nearestViewportElement() const |
return toSVGElement(current); |
} |
- return 0; |
+ return nullptr; |
} |
SVGElement* SVGGraphicsElement::farthestViewportElement() const |