mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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
|
@ -148,7 +148,7 @@ impl ResizeObserver {
|
|||
}
|
||||
let _ = self
|
||||
.callback
|
||||
.Call_(self, entries, self, ExceptionHandling::Report);
|
||||
.Call_(self, entries, self, ExceptionHandling::Report, can_gc);
|
||||
}
|
||||
|
||||
/// <https://drafts.csswg.org/resize-observer/#has-skipped-observations-h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue