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