mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Move qualified_name in SVGUseElement constructor
This commit is contained in:
parent
df3d68f849
commit
632854d870
Notes:
github-actions[bot]
2025-11-27 06:56:55 +00:00
Author: https://github.com/gmta
Commit: 632854d870
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6939
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace Web::SVG {
|
|||
GC_DEFINE_ALLOCATOR(SVGUseElement);
|
||||
|
||||
SVGUseElement::SVGUseElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: SVGGraphicsElement(document, qualified_name)
|
||||
: SVGGraphicsElement(document, move(qualified_name))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue