Comment #6 on issue 27290 by [email protected]: Browser crash @ views::TreeView::RecursivelyDelete(views::TreeView::NodeDetails *) http://code.google.com/p/chromium/issues/detail?id=27290
Ian, it seems like the symbols are a bit off in the frame: TreeNodeModel<CookieTreeNode>::Remove(CookieTreeNode *,int) It should most probably be TreeNodeModel<FolderNode>::Remove(FolderNode *, int) since there is a call to Remove from BookmarkFolderTreeModel::BookmarkNodeMoved; see line 82 in file bookmark_folder_tree_model.cc as the stack frame says. I looked at the model association changes, but this happens during ModelAssociations::BuildAssociations and that has not changed as far as I can tell in a long time. BuildAssocations does move bookmark nodes based on the sync model, but that code hasn't changed. I also don't see bookmark_folder_tree_model.cc changed recently. I don't think this is model associator related. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
