backed out a mistake (wrong disk in the removable drive at home), put in the real file

sorry if anybody caught this


git-svn-id: svn://10.0.0.236/trunk@60824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com 2000-02-15 06:51:45 +00:00
parent b24134c8d6
commit 4ace9944ca

View File

@ -2057,7 +2057,7 @@ nsGfxTextControlFrame::Reflow(nsIPresContext* aPresContext,
#ifdef DEBUG
mDebugTotalReflows++;
if (1==mDebugTotalReflows) { // first reflow, better be initial reflow!
NS_ASSERTION((eReflowReason_Initial == aReflowState.reason), "Frame got first reflow, but reason is not "initial");
NS_ASSERTION((eReflowReason_Initial == aReflowState.reason), "Frame got first reflow, but reason is not 'initial'");
}
if (eReflowReason_Resize == aReflowState.reason) {
mDebugResizeReflows++;