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:
parent
b24134c8d6
commit
4ace9944ca
@ -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++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user