Bug 350795, Workaround for bug 193298 no longer needed, r=mano

git-svn-id: svn://10.0.0.236/trunk@209377 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
flamingice%sourmilk.net 2006-09-07 21:35:42 +00:00
parent 17b182a371
commit 460c7c4535

View File

@ -231,9 +231,6 @@ function unwrapToolbarItems()
if (paletteItem.hasAttribute("itemcommand"))
toolbarItem.setAttribute("command", paletteItem.getAttribute("itemcommand"));
// We need the removeChild here because replaceChild and XBL no workee
// together. See bug 193298.
paletteItem.removeChild(toolbarItem);
paletteItem.parentNode.replaceChild(toolbarItem, paletteItem);
}
}