mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fixes #19063
This commit is contained in:
parent
c882266c89
commit
ab81034922
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ impl ProgressiveWebMetric for InteractiveMetrics {
|
|||
self.navigation_start = Some(time);
|
||||
}
|
||||
|
||||
fn send_queued_constellation_msg(&self, name: ProgressiveWebMetricType, time: f64) { }
|
||||
fn send_queued_constellation_msg(&self, _name: ProgressiveWebMetricType, _time: f64) { }
|
||||
|
||||
fn get_time_profiler_chan(&self) -> &ProfilerChan {
|
||||
&self.time_profiler_chan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue