Bug 734691 - Bustage fix on a CLOSED TREE. r=bustage

--HG--
extra : rebase_source : 9cacf4f98477aade4d3367f6ddbbcac2163844b6
This commit is contained in:
Benoit Girard 2013-04-10 17:33:53 -04:00
Родитель b910a98a24
Коммит 0a3ab6f20e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -38,7 +38,7 @@ class TableTicker: public Sampler {
//XXX: It's probably worth splitting the jank profiler out from the regular profiler at some point
mJankOnly = hasFeature(aFeatures, aFeatureCount, "jank");
mProfileJS = hasFeature(aFeatures, aFeatureCount, "js");
mProfileThreads = true || hasFeature(aFeatures, aFeatureCount, "threads");
mProfileThreads = hasFeature(aFeatures, aFeatureCount, "threads");
mAddLeafAddresses = hasFeature(aFeatures, aFeatureCount, "leaf");
{