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