mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 700296 (Sync) - Remove dynamic containers implementation from Places.
r=rnewman
This commit is contained in:
parent
0c86eba26d
commit
546f98b766
@ -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: " +
|
||||
|
Loading…
Reference in New Issue
Block a user