Bug 1067117 - Typo in Sqlite.jsm: REASON_CANCELLED should be REASON_CANCELED r=mak

This commit is contained in:
Tim Taubert 2014-09-14 16:54:41 +02:00
Родитель f9d2a7e73a
Коммит 318164d65c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -602,7 +602,7 @@ ConnectionData.prototype = Object.freeze({
deferred.resolve(result);
break;
case Ci.mozIStorageStatementCallback.REASON_CANCELLED:
case Ci.mozIStorageStatementCallback.REASON_CANCELED:
// It is not an error if the user explicitly requested cancel via
// the onRow handler.
if (userCancelled) {