зеркало из https://github.com/mozilla/gecko-dev.git
Bug 666685 - JavaScript strict warning: bookmarks.js: setting a property that has only a getter. r=philikon
This commit is contained in:
Родитель
70b1cb4fa7
Коммит
ae005f5d25
|
@ -397,6 +397,7 @@ BookmarksEngine.prototype = {
|
|||
// We do this lazily so that we don't do any work unless we reconcile
|
||||
// incoming items.
|
||||
try {
|
||||
delete this._guidMap;
|
||||
return this._guidMap = this._buildGUIDMap();
|
||||
} catch (ex) {
|
||||
this._log.warn("Got exception \"" + Utils.exceptionStr(ex) +
|
||||
|
|
Загрузка…
Ссылка в новой задаче