mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -34,7 +34,7 @@ class HTMLSelectElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLSelectElementWrapper;
|
||||
|
||||
HTMLSelectElement(DOM::Document&, const FlyString& local_name);
|
||||
HTMLSelectElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLSelectElement() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user