mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
3b5dc069ae
commit
7ad8822d94
37 changed files with 166 additions and 132 deletions
|
@ -425,7 +425,7 @@ impl FileReader {
|
|||
total.unwrap_or(0),
|
||||
can_gc,
|
||||
);
|
||||
progressevent.upcast::<Event>().fire(self.upcast());
|
||||
progressevent.upcast::<Event>().fire(self.upcast(), can_gc);
|
||||
}
|
||||
|
||||
fn terminate_ongoing_reading(&self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue