mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Use the correct base class in for SVGImageElement
This commit is contained in:
parent
3e92ec80f3
commit
df431a0c32
Notes:
github-actions[bot]
2024-08-29 10:47:31 +00:00
Author: https://github.com/tcl3
Commit: df431a0c32
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1224
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue