mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +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
|
|
@ -41,13 +41,13 @@ PerformanceWorker::InsertUserEntry(PerformanceEntry* aEntry)
|
|||
TimeStamp
|
||||
PerformanceWorker::CreationTimeStamp() const
|
||||
{
|
||||
return mWorkerPrivate->NowBaseTimeStamp();
|
||||
return mWorkerPrivate->CreationTimeStamp();
|
||||
}
|
||||
|
||||
DOMHighResTimeStamp
|
||||
PerformanceWorker::CreationTime() const
|
||||
{
|
||||
return mWorkerPrivate->NowBaseTime();
|
||||
return mWorkerPrivate->CreationTime();
|
||||
}
|
||||
|
||||
} // dom namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue