Bug 564997 - _state is not initialized in QT-MessagePumpForUI ctor. r=dougt

--HG--
extra : rebase_source : 07e186531ad8b4d3bd71778d2a0b3d613b8ddc17
This commit is contained in:
Oleg Romashin 2010-05-12 05:46:33 -04:00
Родитель fef66108af
Коммит 5f35f1d096
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -24,7 +24,8 @@ static int sPokeEvent;
namespace base {
MessagePumpForUI::MessagePumpForUI()
: qt_pump(*this)
: state_(NULL),
qt_pump(*this)
{
}