This commit is contained in:
Jonathan Watt 2012-10-26 12:03:07 +01:00
Родитель f5eee81a21
Коммит 4c27f7534b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6854,7 +6854,7 @@ nsIFrame::FinishAndStoreOverflow(nsOverflowAreas& aOverflowAreas,
{ {
NS_ASSERTION(!((GetStateBits() & NS_FRAME_SVG_LAYOUT) && NS_ASSERTION(!((GetStateBits() & NS_FRAME_SVG_LAYOUT) &&
(GetStateBits() & NS_STATE_SVG_NONDISPLAY_CHILD)), (GetStateBits() & NS_STATE_SVG_NONDISPLAY_CHILD)),
"Don't call - overflow rects not maintain on these SVG frames"); "Don't call - overflow rects not maintained on these SVG frames");
nsRect bounds(nsPoint(0, 0), aNewSize); nsRect bounds(nsPoint(0, 0), aNewSize);
// Store the passed in overflow area if we are a preserve-3d frame, // Store the passed in overflow area if we are a preserve-3d frame,