diff --git a/services/sync/modules/engines/bookmarks.js b/services/sync/modules/engines/bookmarks.js index 77674b85275..0b524f00385 100644 --- a/services/sync/modules/engines/bookmarks.js +++ b/services/sync/modules/engines/bookmarks.js @@ -519,7 +519,7 @@ BookmarksStore.prototype = { break; case this._bms.TYPE_FOLDER: this._log.debug(" -> removing folder " + record.id); - this._bms.removeFolder(itemId); + Svc.Bookmark.removeItem(itemId); break; case this._bms.TYPE_SEPARATOR: this._log.debug(" -> removing separator " + record.id);