Bug 921721 - NS_ERROR_UNEXPECTED in airplane_mode.js when restarting B2G. r=bent

This commit is contained in:
Gregor Wagner 2013-11-01 07:54:21 -07:00
parent 1dcac02eaa
commit e7a9b31c13

View File

@ -42,7 +42,6 @@ SettingsLock.prototype = {
process: function process() {
let lock = this;
lock._open = false;
let store = lock._transaction.objectStore(SETTINGSSTORE_NAME);
while (!lock._requests.isEmpty()) {
@ -143,7 +142,6 @@ SettingsLock.prototype = {
break;
}
}
lock._open = true;
},
createTransactionAndProcess: function() {