diff options
Diffstat (limited to 'components/script/dom/rtcrtptransceiver.rs')
-rw-r--r-- | components/script/dom/rtcrtptransceiver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/rtcrtptransceiver.rs b/components/script/dom/rtcrtptransceiver.rs index 514f9fe18cc..2aa8e07482f 100644 --- a/components/script/dom/rtcrtptransceiver.rs +++ b/components/script/dom/rtcrtptransceiver.rs @@ -16,7 +16,7 @@ use crate::dom::rtcrtpsender::RTCRtpSender; use crate::script_runtime::CanGc; #[dom_struct] -pub struct RTCRtpTransceiver { +pub(crate) struct RTCRtpTransceiver { reflector_: Reflector, sender: Dom<RTCRtpSender>, direction: Cell<RTCRtpTransceiverDirection>, |