diff options
Diffstat (limited to 'components/script/dom/rtcpeerconnection.rs')
-rw-r--r-- | components/script/dom/rtcpeerconnection.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/rtcpeerconnection.rs b/components/script/dom/rtcpeerconnection.rs index df954136867..93600b4f209 100644 --- a/components/script/dom/rtcpeerconnection.rs +++ b/components/script/dom/rtcpeerconnection.rs @@ -59,6 +59,7 @@ use std::rc::Rc; pub struct RTCPeerConnection { eventtarget: EventTarget, #[ignore_malloc_size_of = "defined in servo-media"] + #[no_trace] controller: DomRefCell<Option<WebRtcController>>, closed: Cell<bool>, // Helps track state changes between the time createOffer/createAnswer |