Bug 1179632 part.3 TabParent::RecvEndIMEComposition() shouldn't return true with aNoCompositionEvent when there is no widget r=smaug

This commit is contained in:
Masayuki Nakano 2015-12-04 18:38:28 +09:00
Родитель da7a2f4f8d
Коммит 618611d2c2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2327,6 +2327,7 @@ TabParent::RecvEndIMEComposition(const bool& aCancel,
{
nsCOMPtr<nsIWidget> widget = GetWidget();
if (!widget) {
*aNoCompositionEvent = false;
return true;
}
*aNoCompositionEvent =