mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:57:34 +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
|
@ -137,8 +137,6 @@ ENUMERATE_DOM_EXCEPTION_ERROR_NAMES
|
|||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(DOMException, Web::DOM)
|
||||
|
||||
namespace Web {
|
||||
|
||||
inline JS::Completion throw_completion(JS::NonnullGCPtr<DOM::DOMException> exception)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue