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:
@@ -14,7 +14,7 @@ class HTMLSourceElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLSourceElementWrapper;
|
||||
|
||||
HTMLSourceElement(DOM::Document&, QualifiedName);
|
||||
HTMLSourceElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLSourceElement() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user