mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:57:44 +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:
parent
6055b0e850
commit
4270ede7c4
196 changed files with 0 additions and 394 deletions
|
@ -51,5 +51,3 @@ namespace Web::DOM {
|
|||
template<>
|
||||
inline bool Node::fast_is<HTML::BrowsingContextContainer>() const { return is_browsing_context_container(); }
|
||||
}
|
||||
|
||||
WRAPPER_HACK(BrowsingContextContainer, Web::HTML)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue