mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1179632 part.3 TabParent::RecvEndIMEComposition() shouldn't return true with aNoCompositionEvent when there is no widget r=smaug
This commit is contained in:
parent
0e46431f4f
commit
1f19300c85
@ -2327,6 +2327,7 @@ TabParent::RecvEndIMEComposition(const bool& aCancel,
|
|||||||
{
|
{
|
||||||
nsCOMPtr<nsIWidget> widget = GetWidget();
|
nsCOMPtr<nsIWidget> widget = GetWidget();
|
||||||
if (!widget) {
|
if (!widget) {
|
||||||
|
*aNoCompositionEvent = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
*aNoCompositionEvent =
|
*aNoCompositionEvent =
|
||||||
|
Loading…
Reference in New Issue
Block a user