mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
cangc fixes in node.rs (#33984)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
3ed778150f
commit
bb4932026c
97 changed files with 1038 additions and 534 deletions
|
@ -2613,7 +2613,7 @@ impl ScriptThread {
|
|||
devtools::handle_get_layout(&documents, id, node_id, reply, can_gc)
|
||||
},
|
||||
DevtoolScriptControlMsg::ModifyAttribute(id, node_id, modifications) => {
|
||||
devtools::handle_modify_attribute(&documents, id, node_id, modifications)
|
||||
devtools::handle_modify_attribute(&documents, id, node_id, modifications, can_gc)
|
||||
},
|
||||
DevtoolScriptControlMsg::ModifyRule(id, node_id, modifications) => {
|
||||
devtools::handle_modify_rule(&documents, id, node_id, modifications)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue