mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Bug 1315885 - Part 2: Avoid rethrowing exception in CustomElementCallback::Call.
Tag UXP Issue #1344
This commit is contained in:
parent
1cdd15ee85
commit
b94fadac97
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ CustomElementCallback::Call()
|
|||
mArgs.name, mArgs.oldValue, mArgs.newValue, rv);
|
||||
break;
|
||||
}
|
||||
|
||||
// If callbacks throw exceptions, it'll be handled and reported in
|
||||
// Lifecycle*Callback::Call function.
|
||||
rv.SuppressException();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue