LibWeb: Add support for inline SVG element scripts

This commit is contained in:
Shannon Booth 2023-09-26 01:12:21 +13:00 committed by Sam Atkins
commit 4821d284c6
Notes: sideshowbarker 2024-07-17 05:18:58 +09:00
6 changed files with 74 additions and 10 deletions

View file

@ -618,6 +618,7 @@ class SVGPathElement;
class SVGPolygonElement;
class SVGPolylineElement;
class SVGRectElement;
class SVGScriptElement;
class SVGSVGElement;
class SVGTitleElement;
}