mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
More files with CanGc fixes (#33892)
* More files with CanGc fixes Signed-off-by: L Ashwin B <lashwinib@gmail.com> * removed the can_gc inside !task Signed-off-by: L Ashwin B <lashwinib@gmail.com> --------- Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
fde8d72aca
commit
af6154cf63
31 changed files with 226 additions and 100 deletions
|
@ -47,6 +47,7 @@ impl RTCIceCandidate {
|
|||
sdp_m_id: Option<DOMString>,
|
||||
sdp_m_line_index: Option<u16>,
|
||||
username_fragment: Option<DOMString>,
|
||||
can_gc: CanGc,
|
||||
) -> DomRoot<RTCIceCandidate> {
|
||||
Self::new_with_proto(
|
||||
global,
|
||||
|
@ -55,7 +56,7 @@ impl RTCIceCandidate {
|
|||
sdp_m_id,
|
||||
sdp_m_line_index,
|
||||
username_fragment,
|
||||
CanGc::note(),
|
||||
can_gc,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue