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:
parent
17b182a371
commit
460c7c4535
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user