Add Performance object to Window and implement Performance::Now()

This commit is contained in:
Gulshan Singh 2014-05-01 16:23:32 -04:00
parent 0ab3444af9
commit fb0c433b70
9 changed files with 223 additions and 1 deletions

View file

@ -154,6 +154,8 @@ pub mod dom {
pub mod node;
pub mod nodelist;
pub mod processinginstruction;
pub mod performance;
pub mod performancetiming;
pub mod uievent;
pub mod text;
pub mod validitystate;