Bug 1173447 - bustage fix followup

MozReview-Commit-ID: IsQ1EtCypX8

--HG--
extra : rebase_source : babc112fdee11d0aef8746d8c2b36d5c3120eb8c
This commit is contained in:
Steve Fink 2016-03-03 13:19:15 -08:00
Родитель 550f775a8d
Коммит d23c9d730d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -173,9 +173,11 @@ BEGIN_TEST(testIncrementalRoots)
MOZ_ASSERT(!leafHandle->asTenured().isMarked());
MOZ_ASSERT(!leafOwnerHandle->asTenured().isMarked());
#ifdef DEBUG
// Remember the current GC number so we can assert that no GC occurs
// between operations.
auto currentGCNumber = rt->gc.gcNumber();
#endif
// Now do the incremental GC's worst nightmare: rip an unmarked object
// 'leaf' out of the graph and stick it into an already-marked region (hang