| Index: Source/core/svg/SVGGeometryElement.h
|
| diff --git a/Source/core/svg/SVGGeometryElement.h b/Source/core/svg/SVGGeometryElement.h
|
| index 9beaa4a66eab5fb4bf2c3585117649be76d895a5..664b11b7cd8828e07b3f843fa177573f47b9ef9d 100644
|
| --- a/Source/core/svg/SVGGeometryElement.h
|
| +++ b/Source/core/svg/SVGGeometryElement.h
|
| @@ -52,7 +52,7 @@ protected:
|
| SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
|
|
|
| private:
|
| - bool isSVGGeometryElement() const override final { return true; }
|
| + bool isSVGGeometryElement() const final { return true; }
|
| };
|
|
|
| inline bool isSVGGeometryElement(const SVGElement& element)
|
|
|