Bug 560271: Reorder nsTextControlFrame constructor init list to fix build warning. r=ehsan

This commit is contained in:
Daniel Holbert 2010-04-19 12:00:45 -07:00
Родитель 11504b4739
Коммит 889648bb23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -972,10 +972,10 @@ nsTextControlFrame::nsTextControlFrame(nsIPresShell* aShell, nsStyleContext* aCo
, mDidPreDestroy(PR_FALSE)
, mFireChangeEventState(PR_FALSE)
, mInSecureKeyboardInputMode(PR_FALSE)
, mTextListener(nsnull)
#ifdef DEBUG
, mInEditorInitialization(PR_FALSE)
#endif
, mTextListener(nsnull)
{
}