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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user