aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorPatrick Shaughnessy <pshaughn@comcast.net>2020-01-31 21:56:36 -0500
committerPatrick Shaughnessy <pshaughn@comcast.net>2020-02-13 20:09:27 -0500
commit5ef335895138bff8288a840c39779dda760dfbec (patch)
tree4bb1a657f7a8bb3d857c030adadd85f2a0633229 /components/script/dom/mod.rs
parente697e6cca70bec57b5ed9512b95c2a72359d6ca1 (diff)
downloadservo-5ef335895138bff8288a840c39779dda760dfbec.tar.gz
servo-5ef335895138bff8288a840c39779dda760dfbec.zip
Selection interface working for synthetic operations
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 8636ede66ac..2e2e8d9a35d 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -477,6 +477,7 @@ pub mod rtcpeerconnectioniceevent;
pub mod rtcsessiondescription;
pub mod rtctrackevent;
pub mod screen;
+pub mod selection;
pub mod serviceworker;
pub mod serviceworkercontainer;
pub mod serviceworkerglobalscope;