mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Bug 704735 - _state is not initialized in Android-MessagePumpForUI ctor. r=cjones
This commit is contained in:
parent
7c6a6339fd
commit
1fad47d551
@ -20,7 +20,8 @@ void NotifyEvent();
|
||||
namespace base {
|
||||
|
||||
MessagePumpForUI::MessagePumpForUI()
|
||||
: pump(*this)
|
||||
: state_(NULL)
|
||||
, pump(*this)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user