Bug 700296 (Sync) - Remove dynamic containers implementation from Places.

r=rnewman
This commit is contained in:
Marco Bonardo 2011-11-29 02:22:47 +01:00
parent 0c86eba26d
commit 546f98b766

View File

@ -1050,11 +1050,6 @@ BookmarksStore.prototype = {
record.pos = PlacesUtils.bookmarks.getItemIndex(placeId);
break;
case PlacesUtils.bookmarks.TYPE_DYNAMIC_CONTAINER:
record = new PlacesItem(collection, id);
this._log.warn("Don't know how to serialize dynamic containers yet");
break;
default:
record = new PlacesItem(collection, id);
this._log.warn("Unknown item type, cannot serialize: " +