mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #2135 - Follow-up: Fix typo
This commit is contained in:
parent
c194fbf6a8
commit
9cb33ab843
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ SVGUseElement::CreateAnonymousContent()
|
|||
nullptr : OwnerDoc()->NodeInfoManager();
|
||||
IgnoredErrorResult rv;
|
||||
nsCOMPtr<nsINode> newnode =
|
||||
nsNodeUtils::Clone(targetContent, true, nodeInfoManager, unused, rv);
|
||||
nsNodeUtils::Clone(targetContent, true, nodeInfoManager, &unused, rv);
|
||||
nsCOMPtr<nsIContent> newcontent = do_QueryInterface(newnode);
|
||||
|
||||
if (!newcontent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue