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:
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLScriptElement : public HTMLElement {
|
||||
class HTMLScriptElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLScriptElementWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user