Index: Source/core/svg/SVGFEFloodElement.cpp |
diff --git a/Source/core/svg/SVGFEFloodElement.cpp b/Source/core/svg/SVGFEFloodElement.cpp |
index baee77b7311640eb149c4720cec81ee28ce78c74..f53b325d4a0bd5ec28ae370fae82188baac05978 100644 |
--- a/Source/core/svg/SVGFEFloodElement.cpp |
+++ b/Source/core/svg/SVGFEFloodElement.cpp |
@@ -61,7 +61,7 @@ PassRefPtr<FilterEffect> SVGFEFloodElement::build(SVGFilterBuilder*, Filter* fil |
{ |
RenderObject* renderer = this->renderer(); |
if (!renderer) |
- return 0; |
+ return nullptr; |
ASSERT(renderer->style()); |
const SVGRenderStyle* svgStyle = renderer->style()->svgStyle(); |