Print url of recorded PWM

This commit is contained in:
Fernando Jiménez Moreno 2017-12-07 18:41:20 +01:00
parent ff70c4426d
commit 983084470f
10 changed files with 45 additions and 9 deletions

View file

@ -2186,7 +2186,7 @@ impl Document {
(DocumentReadyState::Complete, true)
};
let interactive_time = InteractiveMetrics::new(window.time_profiler_chan().clone());
let interactive_time = InteractiveMetrics::new(window.time_profiler_chan().clone(), url.clone());
Document {
node: Node::new_document_node(),