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