LibWeb: Use the correct base class in for SVGImageElement

This commit is contained in:
Tim Ledbetter 2024-08-29 11:17:12 +01:00 committed by Tim Ledbetter
commit df431a0c32
Notes: github-actions[bot] 2024-08-29 10:47:31 +00:00

View file

@ -17,7 +17,7 @@ class SVGImageElement
: public SVGGraphicsElement
, public SVGURIReferenceMixin<SupportsXLinkHref::Yes>
, public Layout::ImageProvider {
WEB_PLATFORM_OBJECT(SVGImageElement, SVGElement);
WEB_PLATFORM_OBJECT(SVGImageElement, SVGGraphicsElement);
public:
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value) override;