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
parent da7a2f4f8d
commit 618611d2c2

View File

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