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

@@ -250,7 +250,7 @@ void ChannelWrapper::Suspend(ErrorResult& aRv) {
if (!mSuspended) {
nsresult rv = NS_ERROR_UNEXPECTED;
if (nsCOMPtr<nsIChannel> chan = MaybeChannel()) {
mSuspendTime = mozilla::TimeStamp::NowUnfuzzed();
mSuspendTime = mozilla::TimeStamp::Now();
rv = chan->Suspend();
}
if (NS_FAILED(rv)) {