mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb: Remove WRAPPER_HACK() macro
We no longer access Bindings::FooWrapper anywhere for a Foo platform object, so these can be removed :^)
This commit is contained in:
@@ -55,5 +55,3 @@ namespace Web::DOM {
|
||||
template<>
|
||||
inline bool Node::fast_is<HTML::HTMLAnchorElement>() const { return is_html_anchor_element(); }
|
||||
}
|
||||
|
||||
WRAPPER_HACK(HTMLAnchorElement, Web::HTML)
|
||||
|
||||
Reference in New Issue
Block a user