| Index: Source/core/svg/SVGTextPositioningElement.cpp
 | 
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
 | 
| index 311db6ce0dc4713546c6c825d0657a89f9f0c982..c2c662f3f77a2bcc0c7b05caa32851b5fd7bf9c5 100644
 | 
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
 | 
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
 | 
| @@ -83,7 +83,7 @@ void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrNam
 | 
|  SVGTextPositioningElement* SVGTextPositioningElement::elementFromRenderer(LayoutObject& layoutObject)
 | 
|  {
 | 
|      if (!layoutObject.isSVGText() && !layoutObject.isSVGInline())
 | 
| -        return 0;
 | 
| +        return nullptr;
 | 
|  
 | 
|      Node* node = layoutObject.node();
 | 
|      ASSERT(node);
 | 
| 
 |