From 4ace9944ca9cb9cf7ddfe0e417d59fc8315e5792 Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Tue, 15 Feb 2000 06:51:45 +0000 Subject: [PATCH] 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 --- mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp b/mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp index eef928bfba0..d2529976b78 100644 --- a/mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp +++ b/mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp @@ -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++;