mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
Bug 659187: Make member vars in nsMemoryReporterManager.h match ordering in constructor init list, to fix build warning. r=njn
This commit is contained in:
parent
964a4cc7ed
commit
ba611f813d
@ -20,9 +20,10 @@ public:
|
||||
~nsMemoryReporter();
|
||||
|
||||
protected:
|
||||
nsCString mPath, mDesc;
|
||||
PRInt32 mKind;
|
||||
PRInt64 mMemoryUsed;
|
||||
nsCString mPath;
|
||||
PRInt32 mKind;
|
||||
nsCString mDesc;
|
||||
PRInt64 mMemoryUsed;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user