зеркало из https://github.com/mozilla/pjs.git
Don't do URI fixup if NS_NewURI throws some random error. Bug 335193, r=biesi, sr+branch181=darin
This commit is contained in:
Родитель
67a579d353
Коммит
c451605514
|
@ -253,6 +253,10 @@ nsDefaultURIFixup::CreateFixupURI(const nsACString& aStringURI, PRUint32 aFixupF
|
|||
// Just try to create an URL out of it
|
||||
rv = NS_NewURI(aURI, uriString,
|
||||
bUseNonDefaultCharsetForURI ? GetCharsetForUrlBar() : nsnull);
|
||||
|
||||
if (!*aURI && rv != NS_ERROR_MALFORMED_URI) {
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
||||
if (*aURI) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче