Bug 704735 - _state is not initialized in Android-MessagePumpForUI ctor. r=cjones

This commit is contained in:
Oleg Romashin 2011-11-26 14:08:27 +01:00
parent 7c6a6339fd
commit 1fad47d551

View File

@ -20,7 +20,8 @@ void NotifyEvent();
namespace base {
MessagePumpForUI::MessagePumpForUI()
: pump(*this)
: state_(NULL)
, pump(*this)
{
}