зеркало из https://github.com/mozilla/gecko-dev.git
Should have been a part of my previous checkin. This change was requested by jst@netscape.com
This commit is contained in:
Родитель
da49627bbe
Коммит
82e0d59f96
|
@ -723,6 +723,11 @@ nsWebScriptsAccess::IsPublicService(const char* aHost, PRBool* aReturn)
|
|||
}
|
||||
}
|
||||
|
||||
// Do nothing if the pref value turns out to be
|
||||
// strings with nothing but whitespaces.
|
||||
if (mMasterServices.Count() == 0)
|
||||
return rv;
|
||||
|
||||
// Allocate param block.
|
||||
nsISOAPParameter** bodyBlocks =
|
||||
NS_STATIC_CAST(nsISOAPParameter**,
|
||||
|
|
Загрузка…
Ссылка в новой задаче