mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
HTMLStyleElement::HTMLStyleElement(DOM::Document& document, QualifiedName qualified_name)
|
||||
HTMLStyleElement::HTMLStyleElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: HTMLElement(document, move(qualified_name))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user