Bug 1806503 - Automatically replace Cu.reportError with console.error (browser/actors, browser/base). r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D165068
This commit is contained in:
@@ -329,7 +329,7 @@ function openLinkIn(url, where, params) {
|
||||
);
|
||||
} else {
|
||||
if (!aInitiatingDoc) {
|
||||
Cu.reportError(
|
||||
console.error(
|
||||
"openUILink/openLinkIn was called with " +
|
||||
"where == 'save' but without initiatingDoc. See bug 814264."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user