зеркало из https://github.com/mozilla/gecko-dev.git
bug 167203 crash in nsDefaultURIFixup.cpp r=adamlock sr=bzbarsky a=jesup
This commit is contained in:
Родитель
13a4f293e2
Коммит
21274805ed
|
@ -199,7 +199,7 @@ nsDefaultURIFixup::CreateFixupURI(const nsAString& aStringURI, PRUint32 aFixupFl
|
|||
// Did the caller want us to try an alternative URI?
|
||||
// If so, attempt to fixup http://foo into http://www.foo.com
|
||||
|
||||
if (aURI && aFixupFlags & FIXUP_FLAGS_MAKE_ALTERNATE_URI) {
|
||||
if (*aURI && aFixupFlags & FIXUP_FLAGS_MAKE_ALTERNATE_URI) {
|
||||
MakeAlternateURI(*aURI);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче