mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Replace CanGc::note() with arguments passed by callers (#33917)
Signed-off-by: Wulan Seruniati Salim <lauwwulan1806@gmail.com> remove not necessary comment Co-authored-by: Wulan Seruniati Salim <lauwwulan1806@gmail.com>
This commit is contained in:
parent
a57b6a3f79
commit
a14b65f30b
3 changed files with 6 additions and 10 deletions
|
@ -409,6 +409,7 @@ impl XRSession {
|
|||
false,
|
||||
space,
|
||||
Some(&*offset),
|
||||
can_gc,
|
||||
);
|
||||
event.upcast::<Event>().fire(space.upcast());
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue