зеркало из https://github.com/mozilla/pjs.git
try commenting out hackish refreshSort call that passed |this| to try to fix leaks. r/sr=hewitt
This commit is contained in:
Родитель
d7ba09d346
Коммит
369d7d281b
|
@ -93,7 +93,7 @@
|
|||
var stringBundleService = Components.classes["@mozilla.org/intl/stringbundle;1"].getService(Components.interfaces.nsIStringBundleService);
|
||||
var bundleURL = "chrome://communicator/locale/bookmarks/bookmark.properties";
|
||||
this._bundle = stringBundleService.createBundle(bundleURL, localeService.GetApplicationLocale());
|
||||
setTimeout(this.refreshSort, 0, this);
|
||||
// setTimeout(this.refreshSort, 0, this);
|
||||
]]></constructor>
|
||||
<destructor><![CDATA[
|
||||
this.outlinerBuilder.removeObserver(this.builderObserver);
|
||||
|
|
Загрузка…
Ссылка в новой задаче