mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
1484f8824a
In bug 1587332, ActivePS::mProfileBuffer was changed from `const UniquePtr<ProfileBuffer>` to just `ProfileBuffer`, so its own object size is now counted as part of `sizeof(ActivePS)`, and we should only count its dependencies with `SizeOfExcludingThis`. Differential Revision: https://phabricator.services.mozilla.com/D58288 --HG-- extra : moz-landing-system : lando