Chromium Code Reviews| Index: Source/core/layout/svg/SVGMarkerData.h |
| diff --git a/Source/core/layout/svg/SVGMarkerData.h b/Source/core/layout/svg/SVGMarkerData.h |
| index 03a5b3f65272a61e53287d831c8c9da700f15bbb..2985a4433f05503e3d5ce024f755b291e86e53b9 100644 |
| --- a/Source/core/layout/svg/SVGMarkerData.h |
| +++ b/Source/core/layout/svg/SVGMarkerData.h |
| @@ -91,7 +91,7 @@ public: |
| } |
| ASSERT_NOT_REACHED(); |
| - return 0; |
| + return nullptr; |
| } |
| private: |