mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 564997 - _state is not initialized in QT-MessagePumpForUI ctor. r=dougt
--HG-- extra : rebase_source : 07e186531ad8b4d3bd71778d2a0b3d613b8ddc17
This commit is contained in:
parent
fef66108af
commit
5f35f1d096
@ -24,7 +24,8 @@ static int sPokeEvent;
|
||||
namespace base {
|
||||
|
||||
MessagePumpForUI::MessagePumpForUI()
|
||||
: qt_pump(*this)
|
||||
: state_(NULL),
|
||||
qt_pump(*this)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user