Bug 1467111 - Add the responsiveness feature to the default feature list r=mstange

Bug 1447338 introduced the new feature for responsiveness handling, but
we forgot to include it in the default feature list. As a result it's
not included by default when profiling the startup.

MozReview-Commit-ID: 1YPcDaGZR9s

--HG--
extra : rebase_source : 421bbda28b3c7170c4dc3f676f57844483528276
This commit is contained in:
Julien Wajsberg 2018-06-06 15:24:08 +02:00
Родитель 5fd5dd9679
Коммит 58724e4f93
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2464,6 +2464,7 @@ profiler_init(void* aStackTop)
ProfilerFeature::StackWalk |
#endif
ProfilerFeature::Threads |
ProfilerFeature::Responsiveness |
0;
UniquePtr<char[]> filterStorage;