Bug 666685 - JavaScript strict warning: bookmarks.js: setting a property that has only a getter. r=philikon

This commit is contained in:
Paul O’Shannessy 2011-06-23 23:08:04 +02:00
parent 70b1cb4fa7
commit ae005f5d25

View File

@ -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) +