Bug 827132 - Fix fallout from Bug 617532, incorporate nsITransactionManager interface changes. r=philipp
This commit is contained in:
Родитель
e35b45459a
Коммит
a86e8156d1
|
@ -51,11 +51,11 @@ calTransactionManager.prototype = {
|
|||
},
|
||||
|
||||
beginBatch: function cTM_beginBatch() {
|
||||
this.transactionManager.beginBatch();
|
||||
this.transactionManager.beginBatch(null);
|
||||
},
|
||||
|
||||
endBatch: function cTM_endBatch() {
|
||||
this.transactionManager.endBatch();
|
||||
this.transactionManager.endBatch(false);
|
||||
},
|
||||
|
||||
checkWritable: function cTM_checkWritable(transaction) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче