mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 893266 - Correct regression from bug 861495 by fixing name of nsIWindowMediator::getOuterWindowWithId; r=myk
--HG-- extra : amend_source : 2eeb9fe66d13b1aba1457c5582151283f9c439cf
This commit is contained in:
parent
ee67877064
commit
ca6b61cc94
@ -28,7 +28,7 @@ this.WebappsHandler = {
|
||||
|
||||
switch (topic) {
|
||||
case "webapps-ask-install":
|
||||
let chromeWin = Services.wm.getOuterWindowById(data.oid);
|
||||
let chromeWin = Services.wm.getOuterWindowWithId(data.oid);
|
||||
if (chromeWin)
|
||||
this.doInstall(data, chromeWin);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user