Bug 1416456 - Fix --enable-gczeal build bustage in JS engine. r=jandem

MozReview-Commit-ID: 7o5pRbwBZ14

--HG--
extra : rebase_source : d3df2c931fa54ac7ce8f7278f29a372fa3ff53b1
This commit is contained in:
Christian Holler 2017-11-11 11:21:32 +01:00
Родитель bc80676578
Коммит d794d62acf
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -690,10 +690,12 @@ CheckGrayMarkingTracer::checkCell(Cell* cell)
fprintf(stderr, "\n");
dumpCellPath();
#ifdef DEBUG
if (cell->getTraceKind() == JS::TraceKind::Object) {
fprintf(stderr, "\n");
DumpObject(static_cast<JSObject*>(cell), stderr);
}
#endif
}
}