mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 04:14:58 +00:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
parent
700f5cfc90
commit
a86ce7eaca
15 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue