Backout da1d674d004e (bug 1118295) for dt2 orange

This commit is contained in:
Wes Kocher 2015-01-09 13:59:20 -08:00
Родитель 74240ea15b
Коммит e02d1f8242
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -827,7 +827,10 @@ let FlameGraphUtils = {
// Previous frames at stack depths greater than the current sample's
// maximum need to be nullified. It's nonsensical to reuse them.
prevFrames.length = frameIndex;
for (let i = frameIndex; i < prevFrames.length; i++) {
prevFrames[i] = null;
}
prevTime = time;
}