Bug 1524683 - Move all nsIFrameLoaderOwner references to nsFrameLoaderOwner; r=nika

Depends on D19728

Differential Revision: https://phabricator.services.mozilla.com/D19729
This commit is contained in:
Kyle Machulis
2019-02-15 22:20:53 +00:00
parent ca9614b1a0
commit 00cdaa3c74
33 changed files with 111 additions and 124 deletions

View File

@@ -1882,6 +1882,6 @@ class MozBrowser extends MozElementMixin(XULFrameElement) {
}
}
MozXULElement.implementCustomInterface(MozBrowser, [Ci.nsIBrowser, Ci.nsIFrameLoaderOwner]);
MozXULElement.implementCustomInterface(MozBrowser, [Ci.nsIBrowser]);
customElements.define("browser", MozBrowser);
}