mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLBlinkElement : public HTMLElement {
|
||||
class HTMLBlinkElement final : public HTMLElement {
|
||||
public:
|
||||
HTMLBlinkElement(DOM::Document&, const FlyString& local_name);
|
||||
virtual ~HTMLBlinkElement() override;
|
||||
|
||||
Reference in New Issue
Block a user