mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Handle exceptions during upgrades
This commit is contained in:
parent
6d9d4add61
commit
e700006fb2
18 changed files with 71 additions and 156 deletions
|
@ -188,7 +188,7 @@ impl Attr {
|
|||
|
||||
if owner.get_custom_element_definition().is_some() {
|
||||
let reaction = CallbackReaction::AttributeChanged(name, Some(old_value), Some(new_value), namespace);
|
||||
ScriptThread::enqueue_callback_reaction(owner, reaction);
|
||||
ScriptThread::enqueue_callback_reaction(owner, reaction, None);
|
||||
}
|
||||
|
||||
assert!(Some(owner) == self.owner().r());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue