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