Add DOM Range blob.

This commit is contained in:
Tetsuharu OHZEKI 2014-08-02 18:24:49 +09:00
parent 94cd981086
commit 880ae2bdb9
4 changed files with 127 additions and 0 deletions

View file

@ -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;