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