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:
Linus Groh 2022-09-21 17:45:36 +01:00
commit 4270ede7c4
Notes: sideshowbarker 2024-07-17 06:44:25 +09:00
196 changed files with 0 additions and 394 deletions

View file

@ -32,5 +32,3 @@ enum class RequireWellFormed {
DOM::ExceptionOr<String> serialize_node_to_xml_string(JS::NonnullGCPtr<DOM::Node> root, RequireWellFormed require_well_formed);
}
WRAPPER_HACK(XMLSerializer, Web::DOMParsing)