diff options
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 7c1aa2593ee..e38a5e924ac 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -460,6 +460,10 @@ pub mod text; pub mod textcontrol; pub mod textdecoder; pub mod textencoder; +pub mod texttrack; +pub mod texttrackcue; +pub mod texttrackcuelist; +pub mod texttracklist; pub mod timeranges; pub mod touch; pub mod touchevent; |