зеркало из https://github.com/mozilla/pjs.git
bustage fix for the mozStorage changes.
bug 316761, patch by ssitter@googlemail.com, r=mvl
This commit is contained in:
Родитель
b53416dbb5
Коммит
0445f557da
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче