mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
More CanGc fixes (#33888)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
720d632170
commit
9c893c7f4d
25 changed files with 102 additions and 58 deletions
|
@ -321,6 +321,7 @@ impl XRSession {
|
|||
false,
|
||||
&frame,
|
||||
&source,
|
||||
can_gc,
|
||||
);
|
||||
event.upcast::<Event>().fire(self.upcast());
|
||||
} else {
|
||||
|
@ -332,6 +333,7 @@ impl XRSession {
|
|||
false,
|
||||
&frame,
|
||||
&source,
|
||||
can_gc,
|
||||
);
|
||||
event.upcast::<Event>().fire(self.upcast());
|
||||
}
|
||||
|
@ -342,6 +344,7 @@ impl XRSession {
|
|||
false,
|
||||
&frame,
|
||||
&source,
|
||||
can_gc,
|
||||
);
|
||||
event.upcast::<Event>().fire(self.upcast());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue