Bug 1240912 - Add outerWindowID getter for request matching. r=ochameau

MozReview-Commit-ID: DlatvZVE8qu
This commit is contained in:
J. Ryan Stinnett 2016-08-17 19:24:47 -05:00
Родитель 89421af622
Коммит 973f55c425
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -217,6 +217,15 @@ function addXULBrowserDecorations(browser) {
enumerable: true,
});
}
if (browser.outerWindowID == undefined) {
Object.defineProperty(browser, "outerWindowID", {
get() {
return browser._outerWindowID;
},
configurable: true,
enumerable: true,
});
}
// It's not necessary for these to actually do anything. These properties are
// swapped between browsers in browser.xml's `swapDocShells`, and then their