mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLStyleElement : public HTMLElement {
|
||||
class HTMLStyleElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLStyleElementWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user