mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get rid of NowBaseTimeStamp()
https://hg.mozilla.org/mozilla-central/rev/301231f4165a
This commit is contained in:
parent
94ea4f222c
commit
c1d7159d0f
7 changed files with 11 additions and 40 deletions
|
|
@ -75,7 +75,7 @@ PerformanceTiming*
|
|||
PerformanceMainThread::Timing()
|
||||
{
|
||||
if (!mTiming) {
|
||||
// For navigation timing, the third argument (an nsIHtttpChannel) is null
|
||||
// For navigation timing, the third argument (an nsIHttpChannel) is null
|
||||
// since the cross-domain redirect were already checked. The last argument
|
||||
// (zero time) for performance.timing is the navigation start value.
|
||||
mTiming = new PerformanceTiming(this, mChannel, nullptr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue