Bug 518617 - Private Browsing tests should use executeStep() instead of step(). r=ehsan

--HG--
extra : rebase_source : c7aa921163e13d5f7ea42ff084574876816a06d0
This commit is contained in:
Paul O’Shannessy 2009-09-25 15:32:21 -07:00
Родитель 0e8807ac60
Коммит 02fc28d5a6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();