mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1101625 - mingw fixup.
This commit is contained in:
parent
b431e9ae2e
commit
5cf5096c26
@ -245,7 +245,7 @@ NS_IMETHODIMP nsTextToSubURI::UnEscapeURIForUI(const nsACString & aCharset,
|
||||
nsString chars;
|
||||
blacklist->ToString(getter_Copies(chars));
|
||||
chars.StripChars(" "); // we allow SPACE in this method
|
||||
mUnsafeChars.AppendElements(chars.Data(), chars.Length());
|
||||
mUnsafeChars.AppendElements(static_cast<const char16_t*>(chars.Data()), chars.Length());
|
||||
} else {
|
||||
NS_WARNING("Failed to get the 'network.IDN.blacklist_chars' preference");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user