mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -263,7 +263,7 @@ impl EventSourceContext {
|
|||
task!(dispatch_the_event_source_event: move || {
|
||||
let event_source = event_source.root();
|
||||
if event_source.ready_state.get() != ReadyState::Closed {
|
||||
event.root().upcast::<Event>().fire(event_source.upcast());
|
||||
event.root().upcast::<Event>().fire(event_source.upcast(), CanGc::note());
|
||||
}
|
||||
}),
|
||||
&global,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue