зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1179632 part.3 TabParent::RecvEndIMEComposition() shouldn't return true with aNoCompositionEvent when there is no widget r=smaug
This commit is contained in:
Родитель
da7a2f4f8d
Коммит
618611d2c2
|
@ -2327,6 +2327,7 @@ TabParent::RecvEndIMEComposition(const bool& aCancel,
|
|||
{
|
||||
nsCOMPtr<nsIWidget> widget = GetWidget();
|
||||
if (!widget) {
|
||||
*aNoCompositionEvent = false;
|
||||
return true;
|
||||
}
|
||||
*aNoCompositionEvent =
|
||||
|
|
Загрузка…
Ссылка в новой задаче