diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-10-29 23:36:24 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-10-30 18:03:19 +0100 |
commit | 82216fd5c0b188d237a972e83cd7bd2ee03bb316 (patch) | |
tree | 4049383832b009cfc7717f650afb5cb947d23bd7 /components/script/lib.rs | |
parent | f9b84fd8704e249682cc12dfeb2da61b39a88d92 (diff) | |
download | servo-82216fd5c0b188d237a972e83cd7bd2ee03bb316.tar.gz servo-82216fd5c0b188d237a972e83cd7bd2ee03bb316.zip |
Move build_element_from_tag out of the HTML parser.
This function is not particular to the parser, so should live in the DOM.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 755898a5fd9..1624a8c2653 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -91,6 +91,7 @@ pub mod dom { pub mod domrectlist; pub mod comment; pub mod console; + mod create; pub mod customevent; pub mod dedicatedworkerglobalscope; pub mod document; |