mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Fix errant comma in 4470f78754246bbd134b65cad2e0a9638418677f
This commit is contained in:
parent
9a0997d28b
commit
faf5d8c1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -4148,7 +4148,7 @@ nsContentUtils::ConvertStringFromEncoding(const nsACString& aEncoding,
|
|||
nsAutoPtr<TextDecoder> decoder(new TextDecoder());
|
||||
decoder->InitWithEncoding(encoding, false);
|
||||
|
||||
decoder->Decode(aInput, len.value(), false,,
|
||||
decoder->Decode(aInput, len.value(), false,
|
||||
aOutput, rv);
|
||||
return rv.StealNSResult();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue