mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00: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
da7a2f4f8d
commit
618611d2c2
@ -2327,6 +2327,7 @@ TabParent::RecvEndIMEComposition(const bool& aCancel,
|
||||
{
|
||||
nsCOMPtr<nsIWidget> widget = GetWidget();
|
||||
if (!widget) {
|
||||
*aNoCompositionEvent = false;
|
||||
return true;
|
||||
}
|
||||
*aNoCompositionEvent =
|
||||
|
Loading…
Reference in New Issue
Block a user