Bug 1035394 - Fix dangerous public destructors in xpcom - r=khuey

This commit is contained in:
Benoit Jacob 2014-07-08 17:23:17 -04:00
Родитель 9f1b7a6188
Коммит 4591b4f708
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -117,6 +117,8 @@ public:
}
private:
~GCAndCCLogDumpRunnable() {}
const nsString mIdentifier;
const bool mDumpAllTraces;
const bool mDumpChildProcesses;