From 4270ede7c45ca276eae106f0c581c8908ef51fa7 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 21 Sep 2022 17:45:36 +0100 Subject: LibWeb: Remove WRAPPER_HACK() macro We no longer access Bindings::FooWrapper anywhere for a Foo platform object, so these can be removed :^) --- Userland/Libraries/LibWeb/HTML/HTMLSpanElement.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Userland/Libraries/LibWeb/HTML/HTMLSpanElement.h') diff --git a/Userland/Libraries/LibWeb/HTML/HTMLSpanElement.h b/Userland/Libraries/LibWeb/HTML/HTMLSpanElement.h index 3b67123ced..c36aa654ad 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLSpanElement.h +++ b/Userland/Libraries/LibWeb/HTML/HTMLSpanElement.h @@ -21,5 +21,3 @@ private: }; } - -WRAPPER_HACK(HTMLSpanElement, Web::HTML) -- cgit v1.2.3