diff options
author | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2014-08-02 18:24:49 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.snyk@gmail.com> | 2014-08-08 02:12:04 +0900 |
commit | 880ae2bdb944e898d8b0e2273c4a939c5d681a33 (patch) | |
tree | 73b7720363fb1ef0b412390c0eaae13dc67f1999 /src/components/script/script.rs | |
parent | 94cd98108638c0d367d429e44ddae1fa07964ade (diff) | |
download | servo-880ae2bdb944e898d8b0e2273c4a939c5d681a33.tar.gz servo-880ae2bdb944e898d8b0e2273c4a939c5d681a33.zip |
Add DOM Range blob.
Diffstat (limited to 'src/components/script/script.rs')
-rw-r--r-- | src/components/script/script.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs index f621b00843c..e390bd0d6df 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -178,6 +178,7 @@ pub mod dom { pub mod performance; pub mod performancetiming; pub mod progressevent; + pub mod range; pub mod screen; pub mod text; pub mod treewalker; |