mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
LibWeb: Apply suggested fixes.
This commit is contained in:
parent
1c7a834278
commit
2981f10a5e
Notes:
sideshowbarker
2024-07-19 00:56:47 +09:00
Author: https://github.com/asynts
Commit: 2981f10a5e
Pull-request: https://github.com/SerenityOS/serenity/pull/4318
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
5 changed files with 15 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue