Bug 1272066 - Try to stop assertions until a better fix can land rs=khuey

--HG--
extra : rebase_source : 188bad42f87f23026315146d059fc36fbe07063c
This commit is contained in:
Wes Kocher 2016-05-11 11:37:59 -07:00
Родитель 5cc6803552
Коммит 5949ec87d1
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -641,9 +641,10 @@ WorkerMainThreadRunnable::Dispatch(ErrorResult& aRv)
aRv.ThrowUncatchableException();
}
Telemetry::Accumulate(Telemetry::SYNC_WORKER_OPERATION, mTelemetryKey,
static_cast<uint32_t>((TimeStamp::NowLoRes() - startTime)
.ToMilliseconds()));
// Telemetry is apparently not threadsafe
// Telemetry::Accumulate(Telemetry::SYNC_WORKER_OPERATION, mTelemetryKey,
// static_cast<uint32_t>((TimeStamp::NowLoRes() - startTime)
// .ToMilliseconds()));
}
NS_IMETHODIMP