Bug 1488055 fix loading ext-browser-content script in sidebar when browser_style=false, r=rpl

Differential Revision: https://phabricator.services.mozilla.com/D5196
This commit is contained in:
Shane Caraveo
2018-09-12 18:52:52 +00:00
parent 82226a8118
commit d6623e6be7
4 changed files with 63 additions and 9 deletions

View File

@@ -2394,7 +2394,9 @@ function loadURI(uri, referrer, postData, allowThirdPartyFixup, referrerPolicy,
forceAboutBlankViewerInCurrent,
allowInheritPrincipal,
});
} catch (e) {}
} catch (e) {
Cu.reportError(e);
}
}
/**