| Index: Source/core/svg/SVGPathElement.h
 | 
| diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
 | 
| index ff240c04a051afcb2f966dece07bb3152dff89c2..629d21fd4481dd1ecd26f9d94b550037991ea618 100644
 | 
| --- a/Source/core/svg/SVGPathElement.h
 | 
| +++ b/Source/core/svg/SVGPathElement.h
 | 
| @@ -87,8 +87,8 @@ public:
 | 
|      SVGPathSegListTearOff* animatedPathSegList() { return m_pathSegList->animVal(); }
 | 
|  
 | 
|      // FIXME: https://bugs.webkit.org/show_bug.cgi?id=15412 - Implement normalized path segment lists!
 | 
| -    SVGPathSegListTearOff* normalizedPathSegList() { return 0; }
 | 
| -    SVGPathSegListTearOff* animatedNormalizedPathSegList() { return 0; }
 | 
| +    SVGPathSegListTearOff* normalizedPathSegList() { return nullptr; }
 | 
| +    SVGPathSegListTearOff* animatedNormalizedPathSegList() { return nullptr; }
 | 
|  
 | 
|      const SVGPathByteStream* pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); }
 | 
|  
 | 
| 
 |