Bug 1515017 - Remove unused deck, stack, toolbarbutton include points from the autocomplete binding. r=mak

Differential Revision: https://phabricator.services.mozilla.com/D14845

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2018-12-19 15:43:09 +00:00
Родитель 3ea2f9f0b9
Коммит 3ab9eec771
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -12,7 +12,7 @@
<binding id="autocomplete"
extends="chrome://global/content/bindings/textbox.xml#textbox">
<content sizetopopup="pref">
<children includes="image|deck|stack|box"/>
<children includes="image|box"/>
<xul:moz-input-box anonid="moz-input-box" flex="1">
<children/>
@ -23,8 +23,6 @@
<children includes="hbox"/>
<xul:popupset anonid="popupset" class="autocomplete-result-popupset"/>
<children includes="toolbarbutton"/>
</content>
<implementation implements="nsIAutoCompleteInput, nsIDOMXULMenuListElement">