Bug 684016 - Add call stack to gBrowser.addProgressListener's wrong-argument-count error message. r=gavin

This commit is contained in:
Dão Gottwald 2013-08-17 03:12:47 +02:00
parent faacc53e3b
commit 58a80e0209

View File

@ -2275,7 +2275,7 @@
Components.utils.reportError("gBrowser.addProgressListener was " +
"called with a second argument, " +
"which is not supported. See bug " +
"608628.");
"608628. Call stack: " + new Error().stack);
}
this.mProgressListeners.push(aListener);