mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
script: Mark callback methods with CanGc. (#35753)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
3d320fa96a
commit
5650fa2e79
26 changed files with 133 additions and 67 deletions
|
@ -134,7 +134,7 @@ impl MutationObserver {
|
|||
if !queue.is_empty() {
|
||||
let _ = mo
|
||||
.callback
|
||||
.Call_(&**mo, queue, mo, ExceptionHandling::Report);
|
||||
.Call_(&**mo, queue, mo, ExceptionHandling::Report, can_gc);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue