Index: Source/core/svg/SVGFELightElement.cpp |
diff --git a/Source/core/svg/SVGFELightElement.cpp b/Source/core/svg/SVGFELightElement.cpp |
index ffd590d4f6eee961cf97d405002704671433ff89..0270416b9b5e2415013ac949b664aa794c6ea37c 100644 |
--- a/Source/core/svg/SVGFELightElement.cpp |
+++ b/Source/core/svg/SVGFELightElement.cpp |
@@ -75,7 +75,7 @@ PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svg |
{ |
SVGFELightElement* lightNode = findLightElement(svgElement); |
if (!lightNode) |
- return 0; |
+ return nullptr; |
return lightNode->lightSource(); |
} |