mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
@@ -14,7 +14,7 @@ class HTMLButtonElement final : public FormAssociatedElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLButtonElementWrapper;
|
||||
|
||||
HTMLButtonElement(DOM::Document&, QualifiedName);
|
||||
HTMLButtonElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLButtonElement() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user