mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLHeadingElement : public HTMLElement {
|
||||
class HTMLHeadingElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLHeadingElementWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user