зеркало из https://github.com/mozilla/gecko-dev.git
Bug 717871 - Remove two superfluous SimpleTest.finish calls to fix SeaMonkey perma-orange; r=gavin
--HG-- extra : rebase_source : f4c1d52c0bed4b3795e68e3cd141a18bac5e024d
This commit is contained in:
Родитель
ef311e27a2
Коммит
74f49bd9e3
|
@ -230,7 +230,6 @@ function handleLoad(aEvent) {
|
|||
var pb = get_PBSvc();
|
||||
if (!pb) { // Private Browsing might not be available
|
||||
ok(true, "Private browsing service is not available");
|
||||
SimpleTest.finish();
|
||||
} else {
|
||||
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
|
||||
|
||||
|
|
|
@ -51,7 +51,6 @@ function handleLoad(aEvent) {
|
|||
var pb = get_PBSvc();
|
||||
if (!pb) { // Private Browsing might not be available
|
||||
ok(true, "Private browsing service is not available");
|
||||
SimpleTest.finish();
|
||||
} else {
|
||||
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче