summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h')
-rw-r--r--Userland/Libraries/LibWeb/SVG/SVGClipPathElement.h2
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)