зеркало из https://github.com/mozilla/gecko-dev.git
bug 688733 - nsWindow::mIMEComposing is used uninitialised r=dougt
This commit is contained in:
Родитель
4cb849f82f
Коммит
df1c088994
|
@ -174,7 +174,8 @@ nsWindow::DumpWindows(const nsTArray<nsWindow*>& wins, int indent)
|
|||
nsWindow::nsWindow() :
|
||||
mIsVisible(PR_FALSE),
|
||||
mParent(nsnull),
|
||||
mFocus(nsnull)
|
||||
mFocus(nsnull),
|
||||
mIMEComposing(PR_FALSE)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче