mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 18:32:11 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1b6ed558bb
@@ -14,7 +14,7 @@ class HTMLDetailsElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLDetailsElementWrapper;
|
||||
|
||||
HTMLDetailsElement(DOM::Document&, QualifiedName);
|
||||
HTMLDetailsElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLDetailsElement() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user