mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -1238,7 +1238,7 @@ impl ScriptThread {
|
|||
// > in the relative high resolution time given frameTimestamp and doc's
|
||||
// > relevant global object as the timestamp.
|
||||
if should_run_rafs {
|
||||
document.run_the_animation_frame_callbacks();
|
||||
document.run_the_animation_frame_callbacks(can_gc);
|
||||
}
|
||||
|
||||
// Run the resize observer steps.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue