mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 05:04: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
|
@ -30,7 +30,7 @@
|
|||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLFontElement : public HTMLElement {
|
||||
class HTMLFontElement final : public HTMLElement {
|
||||
public:
|
||||
HTMLFontElement(DOM::Document&, const FlyString& local_name);
|
||||
virtual ~HTMLFontElement() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue