mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1927390 - Use 'auto *' for a type r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D226724
This commit is contained in:
parent
e158ce81aa
commit
1b5f2cd4f1
@ -3159,7 +3159,7 @@ bool arena_t::Purge(bool aForce) {
|
||||
|
||||
#ifdef MOZ_DEBUG
|
||||
size_t ndirty = 0;
|
||||
for (auto chunk : mChunksDirty.iter()) {
|
||||
for (auto* chunk : mChunksDirty.iter()) {
|
||||
ndirty += chunk->ndirty;
|
||||
}
|
||||
// Not all dirty chunks are in mChunksDirty as others might be being Purged.
|
||||
|
Loading…
Reference in New Issue
Block a user