diff --git a/browser/base/content/customizeToolbar.js b/browser/base/content/customizeToolbar.js index a13c899c53c..4c3500fcb13 100644 --- a/browser/base/content/customizeToolbar.js +++ b/browser/base/content/customizeToolbar.js @@ -221,7 +221,7 @@ var dropObserver = { item.removeAttribute("flex"); if (item.firstChild.getAttribute("flex")) - item.firstChild.setAttribute("flex", item.firstChild.getAttribute("flex")); + item.setAttribute("flex", item.firstChild.getAttribute("flex")); item.removeAttribute("width"); item.setAttribute("ondraggesture", "gDraggingFromPalette = false; nsDragAndDrop.startDrag(event, dragObserver);");