mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +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
@@ -41,7 +41,7 @@ class HTMLInputElement final : public FormAssociatedElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLInputElementWrapper;
|
||||
|
||||
HTMLInputElement(DOM::Document&, QualifiedName);
|
||||
HTMLInputElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLInputElement() override;
|
||||
|
||||
virtual RefPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;
|
||||
|
||||
Reference in New Issue
Block a user