mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 769803 - WebSMS broken due to IndexedDB API Change. r=khuey
This commit is contained in:
parent
c4addd910c
commit
b3808e2e18
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user