diff --git a/services/sync/modules/engines/bookmarks.js b/services/sync/modules/engines/bookmarks.js index 5a689862864..fb2a22f68f1 100644 --- a/services/sync/modules/engines/bookmarks.js +++ b/services/sync/modules/engines/bookmarks.js @@ -202,7 +202,7 @@ BookmarksStore.prototype = { }, _itemExists: function BStore__itemExists(id) { - return this._getItemIdForGUID(record.id) >= 0; + return this._getItemIdForGUID(id) >= 0; }, create: function BStore_create(record) {