mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
@@ -15,7 +15,7 @@ class HTMLStyleElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLStyleElementWrapper;
|
||||
|
||||
HTMLStyleElement(DOM::Document&, QualifiedName);
|
||||
HTMLStyleElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLStyleElement() override;
|
||||
|
||||
virtual void children_changed() override;
|
||||
|
||||
Reference in New Issue
Block a user