LibWeb: Add SVGAnimatedEnumeration

This commit is contained in:
Jelle Raaijmakers 2025-02-21 13:22:15 +01:00 committed by Jelle Raaijmakers
commit aeef179668
Notes: github-actions[bot] 2025-02-22 09:15:33 +00:00
8 changed files with 115 additions and 0 deletions

View file

@ -795,6 +795,7 @@ struct StorageShelf;
}
namespace Web::SVG {
class SVGAnimatedEnumeration;
class SVGAnimatedLength;
class SVGAnimatedRect;
class SVGCircleElement;