зеркало из https://github.com/mozilla/gecko-dev.git
Oops, forgot s/UCS2/UTF16/
This commit is contained in:
Родитель
7707c431b6
Коммит
a8df74fd83
|
@ -356,7 +356,7 @@ LocationImpl::GetHash(nsAString& aHash)
|
|||
if (NS_FAILED(rv)) {
|
||||
// Oh, well. No intl here!
|
||||
NS_UnescapeURL(ref);
|
||||
CopyASCIItoUCS2(ref, unicodeRef);
|
||||
CopyASCIItoUTF16(ref, unicodeRef);
|
||||
rv = NS_OK;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче