mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Make a handful of layout node leaf classes final
This commit is contained in:
parent
4d401bf796
commit
f914abaf29
Notes:
sideshowbarker
2024-07-17 07:11:12 +09:00
Author: https://github.com/awesomekling
Commit: f914abaf29
6 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace Web::Layout {
|
||||
|
||||
class CheckBox : public FormAssociatedLabelableNode {
|
||||
class CheckBox final : public FormAssociatedLabelableNode {
|
||||
JS_CELL(CheckBox, FormAssociatedLabelableNode);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue