mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
@@ -14,7 +14,7 @@ class HTMLHtmlElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLHtmlElementWrapper;
|
||||
|
||||
HTMLHtmlElement(DOM::Document&, QualifiedName);
|
||||
HTMLHtmlElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLHtmlElement() override;
|
||||
|
||||
bool should_use_body_background_properties() const;
|
||||
|
||||
Reference in New Issue
Block a user