mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Use move semantics for QualifiedName more often
This commit is contained in:
@@ -36,7 +36,7 @@ class HTMLCanvasElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLCanvasElementWrapper;
|
||||
|
||||
HTMLCanvasElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
HTMLCanvasElement(DOM::Document&, QualifiedName);
|
||||
virtual ~HTMLCanvasElement() override;
|
||||
|
||||
const Gfx::Bitmap* bitmap() const { return m_bitmap; }
|
||||
|
||||
Reference in New Issue
Block a user