mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Bug 1288566 - Include all possible states in StateName; r=jonco
--HG-- extra : rebase_source : 3e10b55fef34b5d9641c431f1818d08278e34554
This commit is contained in:
parent
04fe291d25
commit
66620d7847
@ -7602,7 +7602,8 @@ StateName(State state)
|
||||
"Mark",
|
||||
"Sweep",
|
||||
"Finalize",
|
||||
"Compact"
|
||||
"Compact",
|
||||
"Decommit"
|
||||
};
|
||||
MOZ_ASSERT(ArrayLength(names) == NUM_STATES);
|
||||
MOZ_ASSERT(state < NUM_STATES);
|
||||
|
Loading…
Reference in New Issue
Block a user