Bug 1363475 - Fix TaskTracer build failure. r=njn

MozReview-Commit-ID: 7ENK05KNcGn

--HG--
extra : source : dad7932cef06e7ac999a55c76d14d5f8d8a721f6
This commit is contained in:
Markus Stange 2017-05-04 17:26:54 -04:00
parent 91617240e6
commit be06502b38

View File

@ -2355,7 +2355,7 @@ locked_profiler_start(PSLockRef aLock, int aEntries, double aInterval,
MOZ_RELEASE_ASSERT(CorePS::DeadThreads(aLock).empty());
#ifdef MOZ_TASK_TRACER
if (featureTaskTracer) {
if (ActivePS::FeatureTaskTracer(aLock)) {
mozilla::tasktracer::StartLogging();
}
#endif