mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
@@ -41,7 +41,7 @@ class HTMLInputElement final : public FormAssociatedElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLInputElementWrapper;
|
||||
|
||||
HTMLInputElement(DOM::Document&, QualifiedName);
|
||||
HTMLInputElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLInputElement() override;
|
||||
|
||||
virtual RefPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
||||
Reference in New Issue
Block a user