mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
LibWeb: Make a handful of layout node leaf classes final
This commit is contained in:
parent
4d401bf796
commit
f914abaf29
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace Web::Layout {
|
||||
|
||||
class InlineNode : public NodeWithStyleAndBoxModelMetrics {
|
||||
class InlineNode final : public NodeWithStyleAndBoxModelMetrics {
|
||||
JS_CELL(InlineNode, NodeWithStyleAndBoxModelMetrics);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue