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