mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 18:47:15 +02: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:
Notes:
sideshowbarker
2024-07-17 06:44:25 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/4270ede7c4 Pull-request: https://github.com/SerenityOS/serenity/pull/15310 Reviewed-by: https://github.com/awesomekling ✅
@@ -140,5 +140,3 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
WRAPPER_HACK(HTMLInputElement, Web::HTML)
|
||||
|
||||
Reference in New Issue
Block a user