LibWeb: Apply suggested fixes.

This commit is contained in:
asynts 2020-12-08 23:54:47 +01:00 committed by Andreas Kling
commit 2981f10a5e
Notes: sideshowbarker 2024-07-19 00:56:47 +09:00
5 changed files with 15 additions and 11 deletions

View file

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