зеркало из https://github.com/mozilla/pjs.git
Bug 518617 - Private Browsing tests should use executeStep() instead of step(). r=ehsan
--HG-- extra : rebase_source : c7aa921163e13d5f7ea42ff084574876816a06d0
This commit is contained in:
Родитель
0e8807ac60
Коммит
02fc28d5a6
|
@ -197,7 +197,7 @@ function check_downloaded(aURIString, aIsDownloaded)
|
|||
|
||||
let checker = aIsDownloaded ? do_check_true : do_check_false;
|
||||
try {
|
||||
checker(stmt.step());
|
||||
checker(stmt.executeStep());
|
||||
}
|
||||
finally {
|
||||
stmt.finalize();
|
||||
|
|
Загрузка…
Ссылка в новой задаче