diff options
author | sreeise <reeisesean@gmail.com> | 2019-07-12 06:31:27 -0400 |
---|---|---|
committer | sreeise <reeisesean@gmail.com> | 2019-07-22 21:39:55 -0400 |
commit | dc1121949619c4d04be001220059d9b5f0e70e8e (patch) | |
tree | 61690ed4bab3f269b6137557d194a9a6dc2bfd41 /components/script/dom/mod.rs | |
parent | 95b304b7861fc7d965f79cab31f24302c86afbff (diff) | |
download | servo-dc1121949619c4d04be001220059d9b5f0e70e8e.tar.gz servo-dc1121949619c4d04be001220059d9b5f0e70e8e.zip |
Media fragment parser
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index d20b68c92b7..8ae0047d9df 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -396,6 +396,7 @@ pub mod keyboardevent; pub mod location; pub mod mediadevices; pub mod mediaerror; +pub mod mediafragmentparser; pub mod medialist; pub mod mediaquerylist; pub mod mediaquerylistevent; |