mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -37,7 +37,7 @@ class HTMLLinkElement final
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLLinkElementWrapper;
|
||||
|
||||
HTMLLinkElement(DOM::Document&, const FlyString& local_name);
|
||||
HTMLLinkElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLLinkElement() override;
|
||||
|
||||
virtual void inserted_into(Node&) override;
|
||||
|
||||
Reference in New Issue
Block a user