diff options
author | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2014-06-02 04:40:46 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2014-06-02 04:40:46 +0900 |
commit | 49362aa2557086be158057ea234c3e52512733ca (patch) | |
tree | 9a99fce92eec94756577b50520d6773fc405b967 /src/components/script/script.rs | |
parent | 6751990c0d6e55d694ecc83371197536f4c87c47 (diff) | |
download | servo-49362aa2557086be158057ea234c3e52512733ca.tar.gz servo-49362aa2557086be158057ea234c3e52512733ca.zip |
Remove HTMLMainElement.
https://github.com/mozilla/servo/issues/2541
Diffstat (limited to 'src/components/script/script.rs')
-rw-r--r-- | src/components/script/script.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs index 4e560c44691..7b5d443c5ba 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -114,7 +114,6 @@ pub mod dom { pub mod htmllegendelement; pub mod htmllielement; pub mod htmllinkelement; - pub mod htmlmainelement; pub mod htmlmapelement; pub mod htmlmediaelement; pub mod htmlmetaelement; |