diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h')
-rw-r--r-- | Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h b/Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h index ed74886993..8a76da5aae 100644 --- a/Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h +++ b/Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h @@ -23,5 +23,3 @@ private: }; } - -WRAPPER_HACK(SVGClipPathElement, Web::SVG) |