aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-07-14 12:10:13 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-07-14 12:48:45 -0400
commit84efd56e57067568744aa3f492bae005db6a7c62 (patch)
treebf47d21acc09095ad3f405f51077e41bfd6132c3 /components/script/dom/mod.rs
parent1ae117f67b63c0ce574b595a26cbad9fe309639d (diff)
downloadservo-84efd56e57067568744aa3f492bae005db6a7c62.tar.gz
servo-84efd56e57067568744aa3f492bae005db6a7c62.zip
dom: Add WebRTC transceiver stubs.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 7508838c15d..82dc33bd7e3 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -498,6 +498,8 @@ pub mod rtcerrorevent;
pub mod rtcicecandidate;
pub mod rtcpeerconnection;
pub mod rtcpeerconnectioniceevent;
+pub(crate) mod rtcrtpsender;
+pub(crate) mod rtcrtptransceiver;
pub mod rtcsessiondescription;
pub mod rtctrackevent;
pub mod screen;