mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 08:35:26 +00:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -34,7 +34,7 @@ class HTMLAnchorElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLAnchorElementWrapper;
|
||||
|
||||
HTMLAnchorElement(DOM::Document&, const FlyString& local_name);
|
||||
HTMLAnchorElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLAnchorElement() override;
|
||||
|
||||
String href() const { return attribute(HTML::AttributeNames::href); }
|
||||
|
||||
Reference in New Issue
Block a user