This commit is contained in:
troy 1998-05-11 21:03:50 +00:00
Родитель bc9e0416d8
Коммит b1309281e9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -962,7 +962,7 @@ NS_METHOD nsFrame::IncrementalReflow(nsIPresContext* aPresContext,
// The only type of incremental reflow command we expect to get is a
// content changed reflow command
if (aReflowCommand.GetType() == nsReflowCommand.ContentChanged) {
if (aReflowCommand.GetType() == nsReflowCommand::ContentChanged) {
// Generic response is to reflow the child
return ResizeReflow(aPresContext, aDesiredSize, aMaxSize, nsnull, aStatus);