mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibWeb: Use move semantics for QualifiedName more often
This commit is contained in:
@@ -38,7 +38,7 @@ class HTMLElement
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLElementWrapper;
|
||||
|
||||
HTMLElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
HTMLElement(DOM::Document&, QualifiedName);
|
||||
virtual ~HTMLElement() override;
|
||||
|
||||
String title() const { return attribute(HTML::AttributeNames::title); }
|
||||
|
||||
Reference in New Issue
Block a user