This commit is contained in:
bryner%brianryner.com 2004-05-26 18:32:26 +00:00
Родитель 7bf77239a1
Коммит 69a52557c0
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -7131,7 +7131,7 @@ nsCSSFrameConstructor::ConstructFrameInternal( nsIPresShell* aPresShe
// Style resolution can normally happen lazily. However, getting the
// Visibility struct can cause |SetBidiEnabled| to be called on the
// pres context, and this needs to happen before we start reflow, so
// do it now, when constructing frames. See bug 115291.
// do it now, when constructing frames. See bug 115921.
{
styleContext->GetStyleVisibility();
}

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

@ -7131,7 +7131,7 @@ nsCSSFrameConstructor::ConstructFrameInternal( nsIPresShell* aPresShe
// Style resolution can normally happen lazily. However, getting the
// Visibility struct can cause |SetBidiEnabled| to be called on the
// pres context, and this needs to happen before we start reflow, so
// do it now, when constructing frames. See bug 115291.
// do it now, when constructing frames. See bug 115921.
{
styleContext->GetStyleVisibility();
}