mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
devtools: follow-up rev 759506c7
This commit is contained in:
parent
3ec8369f61
commit
aa8671dc1b
1 changed files with 2 additions and 2 deletions
|
|
@ -310,9 +310,9 @@ NetworkResponseListener.prototype = {
|
|||
}
|
||||
try {
|
||||
let impl = this._wrappedNotificationCallbacks.getInterface(iid);
|
||||
if(impl) impl[method].apply(impl, args);
|
||||
impl[method].apply(impl, args);
|
||||
} catch (e) {
|
||||
if (e.result != Cr.NS_ERROR_NO_INTERFACE) {
|
||||
if (e.name != "TypeError" && e.result != Cr.NS_ERROR_NO_INTERFACE) {
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue