mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 560271: Reorder nsTextControlFrame constructor init list to fix build warning. r=ehsan
This commit is contained in:
parent
bafe23553d
commit
758abd8221
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user