aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 8053937f275..e03801f5217 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -20,7 +20,7 @@ extern crate devtools_traits;
extern crate cssparser;
extern crate collections;
extern crate geom;
-extern crate hubbub;
+extern crate html5ever;
extern crate encoding;
extern crate http;
extern crate js;
@@ -191,6 +191,7 @@ pub mod dom {
pub mod progressevent;
pub mod range;
pub mod screen;
+ pub mod servohtmlparser;
pub mod text;
pub mod treewalker;
pub mod uievent;
@@ -210,9 +211,8 @@ pub mod dom {
pub mod testbinding;
}
-/// Parsers for HTML and CSS.
-pub mod html {
- pub mod hubbub_html_parser;
+pub mod parse {
+ pub mod html;
}
pub mod layout_interface;