Bug 1208157, part 2 - Make the fields of nsCycleCollector private. r=smaug

These are accidentally exposed by the NS_DECL.
This commit is contained in:
Andrew McCreight 2015-09-25 10:43:21 -07:00
Родитель f288f83204
Коммит d4e3c0e2c4
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1256,9 +1256,11 @@ class JSPurpleBuffer;
class nsCycleCollector : public nsIMemoryReporter
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIMEMORYREPORTER
private:
bool mActivelyCollecting;
bool mFreeingSnowWhite;
// mScanInProgress should be false when we're collecting white objects.