1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 09:04:59 +00:00

LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappers

This commit is contained in:
Andreas Kling 2021-01-01 18:06:38 +01:00
parent f48751a739
commit d2613403e0
3 changed files with 2 additions and 4 deletions

View file

@ -480,7 +480,6 @@ public:
generator.append(R"~~~(
private:
virtual bool is_@wrapper_class:snakecase@() const final { return true; }
)~~~");
for (auto& function : interface.functions) {