mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
LibWeb: Use move semantics for QualifiedName more often
This commit is contained in:
@@ -37,7 +37,7 @@ class HTMLLinkElement final
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLLinkElementWrapper;
|
||||
|
||||
HTMLLinkElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
HTMLLinkElement(DOM::Document&, QualifiedName);
|
||||
virtual ~HTMLLinkElement() override;
|
||||
|
||||
virtual void inserted_into(Node&) override;
|
||||
|
||||
Reference in New Issue
Block a user