Bug 591358 - Report canvas element allocation sizes to the GC. r=gal

This commit is contained in:
Matt Woodrow 2011-04-07 16:58:08 -07:00
Родитель 9bd2dad0c1
Коммит 83e3c949c1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1119,6 +1119,7 @@ nsCanvasRenderingContext2D::SetDimensions(PRInt32 width, PRInt32 height)
}
gCanvasMemoryUsed += width * height * 4;
JS_updateMallocCounter(nsContentUtils::GetCurrentJSContext(), width * height * 4);
}
return InitializeWithSurface(NULL, surface, width, height);