Bug 791232 - Remove calls to clearOfflineApps() any remaining integration of localStorage with offline apps after Bug 776416. r=sicking

This commit is contained in:
Jan Varga
2012-09-14 22:23:44 +02:00
parent 4094b98dec
commit 51663a7fdc
9 changed files with 0 additions and 40 deletions

View File

@@ -5818,10 +5818,6 @@ var OfflineApps = {
}
}
var storageManager = Cc["@mozilla.org/dom/storagemanager;1"].
getService(Ci.nsIDOMStorageManager);
usage += storageManager.getUsage(host);
return usage;
},