зеркало из https://github.com/mozilla/gecko-dev.git
Bug 700296 (Sync) - Remove dynamic containers implementation from Places.
r=rnewman
This commit is contained in:
Родитель
0c59b3750b
Коммит
4bf83ce793
|
@ -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: " +
|
||||
|
|
Загрузка…
Ссылка в новой задаче