mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLTableRowElement : public HTMLElement {
|
||||
class HTMLTableRowElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLTableRowElementWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user