зеркало из https://github.com/mozilla/gecko-dev.git
Bug 763111 - Use gBrowser.docShell for brevity in bug 748477. r=dao
This commit is contained in:
Родитель
0789db619f
Коммит
d94c81930f
|
@ -7170,9 +7170,8 @@ let gPrivateBrowsingUI = {
|
|||
* and the setter should only be used in tests.
|
||||
*/
|
||||
get privateWindow() {
|
||||
return gBrowser.selectedTab.linkedBrowser
|
||||
.docShell.QueryInterface(Ci.nsILoadContext)
|
||||
.usePrivateBrowsing;
|
||||
return gBrowser.docShell.QueryInterface(Ci.nsILoadContext)
|
||||
.usePrivateBrowsing;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче