| Index: Source/core/layout/svg/LayoutSVGShape.h | 
| diff --git a/Source/core/layout/svg/LayoutSVGShape.h b/Source/core/layout/svg/LayoutSVGShape.h | 
| index 99743cd3d6671690a88c74ef78cdfd0182248bbd..8ce23c16b850a891e4aa8c6b33b3bd5e11bb7062 100644 | 
| --- a/Source/core/layout/svg/LayoutSVGShape.h | 
| +++ b/Source/core/layout/svg/LayoutSVGShape.h | 
| @@ -83,7 +83,6 @@ public: | 
| float strokeWidth() const; | 
|  | 
| virtual ShapeGeometryCodePath geometryCodePath() const { return PathGeometry; } | 
| -    virtual const Vector<FloatPoint>* zeroLengthLineCaps() const { return nullptr; } | 
|  | 
| FloatRect objectBoundingBox() const final { return m_fillBoundingBox; } | 
|  | 
|  |