зеркало из https://github.com/mozilla/gecko-dev.git
bustage fix for the mozStorage changes.
bug 316761, patch by ssitter@googlemail.com, r=mvl
This commit is contained in:
Родитель
19e6e1862a
Коммит
11ff204869
|
@ -122,7 +122,7 @@ calCalendarManager.prototype = {
|
|||
|
||||
var dbService = Components.classes[kStorageServiceContractID].getService(kStorageServiceIID);
|
||||
|
||||
this.mDB = dbService.getProfileStorage("profile");
|
||||
this.mDB = dbService.openSpecialDatabase("profile");
|
||||
|
||||
for (table in sqlTables) {
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче