mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1224233 - fix crashy usage of IMENotificationSender::Run using on-screen keyboard on Windows, r=smaug
This commit is contained in:
parent
70f90ad4d9
commit
f72f67ba6f
@ -1405,7 +1405,8 @@ IMEContentObserver::TryToFlushPendingNotifications()
|
||||
MOZ_LOG(sIMECOLog, LogLevel::Debug,
|
||||
("IMECO: 0x%p IMEContentObserver::TryToFlushPendingNotifications(), "
|
||||
"performing queued IMENotificationSender forcibly", this));
|
||||
mQueuedSender->Run();
|
||||
RefPtr<IMENotificationSender> queuedSender = mQueuedSender;
|
||||
queuedSender->Run();
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user