mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
@@ -14,7 +14,7 @@ class HTMLParamElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLParamElementWrapper;
|
||||
|
||||
HTMLParamElement(DOM::Document&, QualifiedName);
|
||||
HTMLParamElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLParamElement() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user