mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 684016 - Add call stack to gBrowser.addProgressListener's wrong-argument-count error message. r=gavin
This commit is contained in:
parent
faacc53e3b
commit
58a80e0209
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user