mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Use move semantics for QualifiedName more often
This commit is contained in:
@@ -38,7 +38,7 @@ class HTMLImageElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLImageElementWrapper;
|
||||
|
||||
HTMLImageElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
HTMLImageElement(DOM::Document&, QualifiedName);
|
||||
virtual ~HTMLImageElement() override;
|
||||
|
||||
virtual void parse_attribute(const FlyString& name, const String& value) override;
|
||||
|
||||
Reference in New Issue
Block a user