Index: Source/core/svg/SVGGeometryElement.h |
diff --git a/Source/core/svg/SVGGeometryElement.h b/Source/core/svg/SVGGeometryElement.h |
index af192e19dcf07368472ea3519a4b48cffaed532a..0b1140f4b61a18c589815dd351be977cefe82c5a 100644 |
--- a/Source/core/svg/SVGGeometryElement.h |
+++ b/Source/core/svg/SVGGeometryElement.h |
@@ -51,6 +51,8 @@ public: |
protected: |
SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement); |
+ void svgAttributeChanged(const QualifiedName&) override; |
+ |
private: |
bool isSVGGeometryElement() const override final { return true; } |
}; |