зеркало из https://github.com/mozilla/gecko-dev.git
Bug 560271: Reorder nsTextControlFrame constructor init list to fix build warning. r=ehsan
This commit is contained in:
Родитель
11504b4739
Коммит
889648bb23
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче