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

sorry if anybody caught this
This commit is contained in:
buster%netscape.com 2000-02-15 06:51:45 +00:00
parent 1531827ca8
commit ced395f9e9

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++;