diff options
author | Josh Matthews <josh@joshmatthews.net> | 2014-09-20 09:12:04 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2014-09-20 09:12:04 -0400 |
commit | 249638da8f01a66b98be857fba7755c8625480f5 (patch) | |
tree | ce1d17e575db42e5d63cb09151afcf8ce5bbd85a /components/script/lib.rs | |
parent | de67710934ac89de0cf21911dc57dcda7cb0fae1 (diff) | |
parent | 652d21796150631f3cbb6c00089415b1f83acc3c (diff) | |
download | servo-249638da8f01a66b98be857fba7755c8625480f5.tar.gz servo-249638da8f01a66b98be857fba7755c8625480f5.zip |
Merge pull request #3400 from gilles-leblanc/issue-3279
Share code between Navigator and WorkerNavigator
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 4318f4b3f21..329185e3058 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -173,6 +173,7 @@ pub mod dom { pub mod mouseevent; pub mod namednodemap; pub mod navigator; + pub mod navigatorinfo; pub mod node; pub mod nodeiterator; pub mod nodelist; @@ -185,6 +186,7 @@ pub mod dom { pub mod text; pub mod treewalker; pub mod uievent; + pub mod urlhelper; pub mod urlsearchparams; pub mod validitystate; pub mod virtualmethods; |