Bug 945627 - Remove tracking of URL UTF-8ness. r=dao,bzbarsky.
This commit is contained in:
@@ -4211,9 +4211,6 @@ nsDocShell::LoadURI(const PRUnichar * aURI,
|
||||
if (aLoadFlags & LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP) {
|
||||
fixupFlags |= nsIURIFixup::FIXUP_FLAG_ALLOW_KEYWORD_LOOKUP;
|
||||
}
|
||||
if (aLoadFlags & LOAD_FLAGS_URI_IS_UTF8) {
|
||||
fixupFlags |= nsIURIFixup::FIXUP_FLAG_USE_UTF8;
|
||||
}
|
||||
nsCOMPtr<nsIInputStream> fixupStream;
|
||||
rv = sURIFixup->CreateFixupURI(uriString, fixupFlags,
|
||||
getter_AddRefs(fixupStream),
|
||||
|
||||
Reference in New Issue
Block a user