Bug 834493 - Drop livemarks support from SMILE, r=Neil
This commit is contained in:
Родитель
9ae86dc32f
Коммит
a0ba893f42
|
@ -27,15 +27,6 @@ var Utilities = {
|
|||
return this.bookmarksObserver;
|
||||
},
|
||||
|
||||
get livemarks() {
|
||||
let livemarks =
|
||||
Components.classes["@mozilla.org/browser/livemark-service;2"]
|
||||
.getService(Components.interfaces.mozIAsyncLivemarks)
|
||||
.QueryInterface(Components.interfaces.nsILivemarkService);
|
||||
this.__defineGetter__("livemarks", function() livemarks);
|
||||
return this.livemarks;
|
||||
},
|
||||
|
||||
get annotations() {
|
||||
let annotations =
|
||||
Components.classes["@mozilla.org/browser/annotation-service;1"]
|
||||
|
@ -71,7 +62,6 @@ var Utilities = {
|
|||
free: function smileutil_free() {
|
||||
delete this.bookmarks;
|
||||
delete this.bookmarksObserver;
|
||||
delete this.livemarks
|
||||
delete this.annotations;
|
||||
delete this.history;
|
||||
delete this.windowMediator;
|
||||
|
|
Загрузка…
Ссылка в новой задаче