зеркало из https://github.com/mozilla/gecko-dev.git
Bug 769803 - WebSMS broken due to IndexedDB API Change. r=khuey
This commit is contained in:
Родитель
f471661ff4
Коммит
ce38cfb298
|
@ -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.");
|
||||
|
|
Загрузка…
Ссылка в новой задаче