diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-18 18:06:49 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-18 18:06:49 -0600 |
commit | 1236280bea969cb3e92b27868db418be016c64a5 (patch) | |
tree | 74a17e4cb4a60dce4f0485d671ce7ee1efd3f26e /components/script/dom/mod.rs | |
parent | b2fb06d6e25d6728d6000c283ed1dab1e8bfabb1 (diff) | |
parent | a5d6c6a1fc60975b4901914c183624a13f496c4c (diff) | |
download | servo-1236280bea969cb3e92b27868db418be016c64a5.tar.gz servo-1236280bea969cb3e92b27868db418be016c64a5.zip |
auto merge of #5029 : ChrisParis/servo/h5e-serialize, r=jdm
Fixes https://github.com/servo/servo/issues/3713. Depends on https://github.com/servo/html5ever/pull/100 and https://github.com/servo/html5ever/pull/101.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 7d115d1b1ed..9f12913e23c 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -272,7 +272,6 @@ pub mod htmlprogresselement; pub mod htmlquoteelement; pub mod htmlscriptelement; pub mod htmlselectelement; -pub mod htmlserializer; pub mod htmlspanelement; pub mod htmlsourceelement; pub mod htmlstyleelement; |