Remove comment node which is screwing up rendering the icon. draft
authorMike Conley <mconley@mozilla.com>
Sat, 23 Apr 2016 12:15:21 -0400
changeset 356100 b62c2c621f4a836810168c9f28c8e683df7af941
parent 356099 8b9858d0f1f9af7cd7c255921b3d1a7296410177
child 356101 e023eca587e07b3135852cf51e695cb6e447937b
child 356204 b482948558d951e5ee7f816c62015197b8623267
push id16435
push usermconley@mozilla.com
push dateMon, 25 Apr 2016 16:52:05 +0000
milestone48.0a1
Remove comment node which is screwing up rendering the icon. MozReview-Commit-ID: 8kkgrYwv6TX
browser/base/content/tabbrowser.xml
--- a/browser/base/content/tabbrowser.xml
+++ b/browser/base/content/tabbrowser.xml
@@ -4862,21 +4862,16 @@
         <children/>
         <xul:toolbarbutton class="tabs-newtab-button"
                            anonid="tabs-newtab-button"
                            command="cmd_newNavigatorTab"
                            onclick="checkForMiddleClick(this, event);"
                            onmouseover="document.getBindingParent(this)._enterNewTab();"
                            onmouseout="document.getBindingParent(this)._leaveNewTab();"
                            tooltip="dynamic-shortcut-tooltip">
-<!--
-  We don't set type="menu-button" by default because we are not shipping
-  "containers" yet (bug 1191418), so more likely the following menu will not be
-  shown.
--->
           <xul:menupopup anonid="tabs-newtab-menupopup"
                          onpopupshowing="return createUserContextMenu(event);" />
         </xul:toolbarbutton>
         <xul:spacer class="closing-tabs-spacer" anonid="closing-tabs-spacer"
                     style="width: 0;"/>
       </xul:arrowscrollbox>
     </content>