diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-08-01 14:57:55 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-08-17 11:48:34 +0200 |
commit | 52348f1fccea3e4abc2ad80d001a43f5f51cbdc8 (patch) | |
tree | 5e6b6edd3b2bf5368d9ccdd681b49f88bbac2889 /components/script/task_source/mod.rs | |
parent | 24270f93571e0a1254d402f1c897bcc1ebbbd459 (diff) | |
download | servo-52348f1fccea3e4abc2ad80d001a43f5f51cbdc8.tar.gz servo-52348f1fccea3e4abc2ad80d001a43f5f51cbdc8.zip |
Performance Timeline API
Diffstat (limited to 'components/script/task_source/mod.rs')
-rw-r--r-- | components/script/task_source/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/task_source/mod.rs b/components/script/task_source/mod.rs index 6e2a9985fa0..ff41a63f118 100644 --- a/components/script/task_source/mod.rs +++ b/components/script/task_source/mod.rs @@ -6,6 +6,7 @@ pub mod dom_manipulation; pub mod file_reading; pub mod history_traversal; pub mod networking; +pub mod performance_timeline; pub mod user_interaction; use dom::globalscope::GlobalScope; |