Bug 1450619: Remove useless extends= from the browser bindings. r?dao draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Mon, 02 Apr 2018 05:59:51 +0200
changeset 775957 f4115882bd2b090d597174c52ac49ca7d126b6ea
parent 775956 ed72f49bc8136a28f0718cc9ffd073e875d04072
push id104763
push userbmo:emilio@crisal.io
push dateMon, 02 Apr 2018 04:01:03 +0000
reviewersdao
bugs1450619
milestone61.0a1
Bug 1450619: Remove useless extends= from the browser bindings. r?dao MozReview-Commit-ID: 9amwVpbneQl
toolkit/content/widgets/browser.xml
--- a/toolkit/content/widgets/browser.xml
+++ b/toolkit/content/widgets/browser.xml
@@ -3,17 +3,17 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
 <bindings id="browserBindings"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
-  <binding id="browser" extends="xul:browser">
+  <binding id="browser">
     <content clickthrough="never">
       <children/>
     </content>
     <implementation type="application/javascript" implements="nsIObserver, nsIDOMEventListener, nsIMessageListener, nsIBrowser">
       <property name="autoscrollEnabled">
         <getter>
           <![CDATA[
             if (this.getAttribute("autoscroll") == "false")