mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Propagate more CanGc
(#35604)
Signed-off-by: Auguste Baum <auguste.apple@gmail.com>
This commit is contained in:
parent
1d7bb1337d
commit
d446b63cfd
3 changed files with 36 additions and 21 deletions
|
@ -352,7 +352,7 @@ impl ModuleTree {
|
|||
&owner.global(),
|
||||
Some(ModuleHandler::new_boxed(Box::new(
|
||||
task!(fetched_resolve: move || {
|
||||
this.notify_owner_to_finish(identity, options,CanGc::note());
|
||||
this.notify_owner_to_finish(identity, options, CanGc::note());
|
||||
}),
|
||||
))),
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue