diff --git a/browser/components/translation/Translation.jsm b/browser/components/translation/Translation.jsm index 5b41f00a2045..d14f1875dd4c 100644 --- a/browser/components/translation/Translation.jsm +++ b/browser/components/translation/Translation.jsm @@ -127,7 +127,7 @@ TranslationUI.prototype = { this.browser.messageManager.sendAsyncMessage("Translation:ShowTranslation"); }, - get notificationBox() this.browser.ownerGlobal.gBrowser.getNotificationBox(), + get notificationBox() this.browser.ownerGlobal.gBrowser.getNotificationBox(this.browser), showTranslationInfoBar: function() { let notificationBox = this.notificationBox;