mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Print url of recorded PWM
This commit is contained in:
parent
ff70c4426d
commit
983084470f
10 changed files with 45 additions and 9 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue