diff --git a/browser/components/search/content/search.xml b/browser/components/search/content/search.xml index dea87a734751..96afffc6daf3 100644 --- a/browser/components/search/content/search.xml +++ b/browser/components/search/content/search.xml @@ -1291,12 +1291,6 @@ null Custom Element to be constructed. This can be removed - // once Bug 1470242 makes this happen behind the scenes. - if (window.customElements) { - customElements.upgrade(document.getAnonymousElementByAttribute(this, "anonid", "search-panel-one-offs-header")); - } - // Prevent popup events from the context menu from reaching the autocomplete // binding (or other listeners). let menu = document.getAnonymousElementByAttribute(this, "anonid", "search-one-offs-context-menu");