mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
@@ -14,7 +14,7 @@ class HTMLUnknownElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLUnknownElementWrapper;
|
||||
|
||||
HTMLUnknownElement(DOM::Document&, QualifiedName);
|
||||
HTMLUnknownElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLUnknownElement() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user