mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
#24468 Performance::queue_entries return the index of the added performance entry
This commit is contained in:
parent
faee09ffa9
commit
91287216f5
4 changed files with 20 additions and 26 deletions
|
@ -913,7 +913,7 @@ impl FetchResponseListener for ParserContext {
|
|||
document
|
||||
.global()
|
||||
.performance()
|
||||
.queue_entry(performance_entry.upcast::<PerformanceEntry>(), true);
|
||||
.queue_entry(performance_entry.upcast::<PerformanceEntry>());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue