#24468 Performance::queue_entries return the index of the added performance entry

This commit is contained in:
Shinichi Morimoto 2019-12-08 00:34:02 +09:00 committed by Josh Matthews
parent faee09ffa9
commit 91287216f5
4 changed files with 20 additions and 26 deletions

View file

@ -913,7 +913,7 @@ impl FetchResponseListener for ParserContext {
document
.global()
.performance()
.queue_entry(performance_entry.upcast::<PerformanceEntry>(), true);
.queue_entry(performance_entry.upcast::<PerformanceEntry>());
}
}