зеркало из https://github.com/mozilla/gecko-dev.git
Restore line that got lost while messing with XPCNativeWrapper. Bug 323970, r=neil, a=kairo, iann.
This commit is contained in:
Родитель
91431fe91c
Коммит
1e7e1ab78b
|
@ -469,6 +469,7 @@ nsBrowserAccess.prototype = {
|
||||||
gBrowser.loadURIWithFlags(uri, loadflags);
|
gBrowser.loadURIWithFlags(uri, loadflags);
|
||||||
return content;
|
return content;
|
||||||
}
|
}
|
||||||
|
aOpener = aOpener.top;
|
||||||
try {
|
try {
|
||||||
aOpener.QueryInterface(nsIInterfaceRequestor)
|
aOpener.QueryInterface(nsIInterfaceRequestor)
|
||||||
.getInterface(nsIWebNavigation)
|
.getInterface(nsIWebNavigation)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче