mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +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
@@ -20,7 +20,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
HTMLInputElement::HTMLInputElement(DOM::Document& document, QualifiedName qualified_name)
|
||||
HTMLInputElement::HTMLInputElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: FormAssociatedElement(document, move(qualified_name))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user