Bug 869477 - WebRTC UI permissions no longer shown r=margaret

This commit is contained in:
Mark Finkle 2013-05-07 15:02:12 -04:00
parent 2338aa2f61
commit 3de429dff7

View File

@ -84,7 +84,7 @@ var WebrtcUI = {
return;
let host = aBrowser.contentDocument.documentURIObject.asciiHost;
let requestor = chromeWin.BrowserApp.manifest ? "'" + chromeWin.BrowserApp.manifest.name + "'" : host;
let requestor = BrowserApp.manifest ? "'" + BrowserApp.manifest.name + "'" : host;
let stringBundle = Services.strings.createBundle("chrome://browser/locale/browser.properties");
let message = stringBundle.formatStringFromName("getUserMedia.share" + requestType + ".message", [ requestor ], 1);