changing the name of the reflow state in the reflow counter macro

b=61496 r=kmcclusk sr=waterson
This commit is contained in:
rods%netscape.com 2000-11-30 21:51:21 +00:00
Родитель 372efcc2b1
Коммит fc43e52da5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1389,7 +1389,7 @@ NS_METHOD nsTableOuterFrame::Reflow(nsIPresContext* aPresContext,
const nsHTMLReflowState& aOuterRS,
nsReflowStatus& aStatus)
{
DO_GLOBAL_REFLOW_COUNT("nsTableOuterFrame", aReflowState.reason);
DO_GLOBAL_REFLOW_COUNT("nsTableOuterFrame", aOuterRS.reason);
if (nsDebugTable::gRflTableOuter) nsTableFrame::DebugReflow("TO::Rfl en", this, &aOuterRS, nsnull);
nsresult rv = NS_OK;

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

@ -1389,7 +1389,7 @@ NS_METHOD nsTableOuterFrame::Reflow(nsIPresContext* aPresContext,
const nsHTMLReflowState& aOuterRS,
nsReflowStatus& aStatus)
{
DO_GLOBAL_REFLOW_COUNT("nsTableOuterFrame", aReflowState.reason);
DO_GLOBAL_REFLOW_COUNT("nsTableOuterFrame", aOuterRS.reason);
if (nsDebugTable::gRflTableOuter) nsTableFrame::DebugReflow("TO::Rfl en", this, &aOuterRS, nsnull);
nsresult rv = NS_OK;