Bug 1666222: Cut over a ton of NowUnfuzzed calls -> Now 4/5 r=smaug,extension-reviewers,zombie

With Fuzzyfox removed, Now() does what NowUnfuzzed() did.

Differential Revision: https://phabricator.services.mozilla.com/D119639
This commit is contained in:
Tom Ritter
2021-07-14 18:18:17 +00:00
parent ab5c4d9436
commit 7830c4464f
37 changed files with 98 additions and 106 deletions

View File

@@ -2714,7 +2714,7 @@ void MessageChannel::AddProfilerMarker(const IPC::Message& aMessage,
// profiler itself, and also to avoid possible re-entrancy issues.
if (pid != kInvalidProcessId && !profiler_is_locked_on_current_thread()) {
// The current timestamp must be given to the `IPCMarker` payload.
[[maybe_unused]] const TimeStamp now = TimeStamp::NowUnfuzzed();
[[maybe_unused]] const TimeStamp now = TimeStamp::Now();
PROFILER_MARKER("IPC", IPC, MarkerTiming::InstantAt(now), IPCMarker, now,
now, pid, aMessage.seqno(), aMessage.type(), mSide,
aDirection, MessagePhase::Endpoint, aMessage.is_sync());