mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
refactor: add CanGc as argument to methods in CSSKeyframeRule, CSSMediaRule, CSSRule (#35796)
Signed-off-by: Yerkebulan Tulibergenov <yerkebulan@gmail.com>
This commit is contained in:
parent
78f7d525cc
commit
16aeeaec85
7 changed files with 30 additions and 17 deletions
|
@ -2030,7 +2030,7 @@ impl ScriptThread {
|
|||
&documents, id, node_id, selector, stylesheet, reply, can_gc,
|
||||
),
|
||||
DevtoolScriptControlMsg::GetSelectors(id, node_id, reply) => {
|
||||
devtools::handle_get_selectors(&documents, id, node_id, reply)
|
||||
devtools::handle_get_selectors(&documents, id, node_id, reply, can_gc)
|
||||
},
|
||||
DevtoolScriptControlMsg::GetComputedStyle(id, node_id, reply) => {
|
||||
devtools::handle_get_computed_style(&documents, id, node_id, reply, can_gc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue