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