mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +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
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
HTMLScriptElement::HTMLScriptElement(DOM::Document& document, QualifiedName qualified_name)
|
||||
HTMLScriptElement::HTMLScriptElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: HTMLElement(document, move(qualified_name))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user