Bug 1361463 - Fix typo in BrowserAction.getPopup, r=kmag
The if statement in getPopup should read `if (!blockParser)` not `if (!this.blockParser)`. MozReview-Commit-ID: IBtHHS634sG
This commit is contained in:
@@ -321,7 +321,7 @@ this.browserAction = class extends ExtensionAPI {
|
||||
|
||||
if (pendingPopup) {
|
||||
if (pendingPopup.window === window && pendingPopup.popupURL === popupURL) {
|
||||
if (!this.blockParser) {
|
||||
if (!blockParser) {
|
||||
pendingPopup.unblockParser();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user