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:
Marco Castelluccio 2013-07-12 20:58:10 -07:00
parent 8619487e28
commit 60ce6314bf

View File

@ -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;