mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 10:18:51 +00:00
LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappers
This commit is contained in:
parent
f48751a739
commit
d2613403e0
Notes:
sideshowbarker
2024-07-19 00:15:54 +09:00
Author: https://github.com/awesomekling
Commit: d2613403e0
3 changed files with 2 additions and 4 deletions
|
@ -480,7 +480,6 @@ public:
|
|||
|
||||
generator.append(R"~~~(
|
||||
private:
|
||||
virtual bool is_@wrapper_class:snakecase@() const final { return true; }
|
||||
)~~~");
|
||||
|
||||
for (auto& function : interface.functions) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue