Bug 769803 - WebSMS broken due to IndexedDB API Change. r=khuey

This commit is contained in:
Guillermo Lopez 2012-07-02 12:02:38 -07:00
Родитель f471661ff4
Коммит ce38cfb298
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -379,7 +379,7 @@ SmsDatabaseService.prototype = {
requestId, Ci.nsISmsRequestManager.INTERNAL_ERROR);
return;
}
let request = store.getAll(messageId);
let request = store.mozGetAll(messageId);
txn.oncomplete = function oncomplete() {
if (DEBUG) debug("Transaction " + txn + " completed.");