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
parent f288f83204
commit d4e3c0e2c4

View File

@ -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.