Bug 1121313 - Part 3. Don't commit composition on IME blur from child process's widget. r=masayuki

This commit is contained in:
Makoto Kato 2015-02-17 20:10:56 +09:00
parent 271736bce5
commit 82a450d867

View File

@ -502,9 +502,6 @@ PuppetWidget::NotifyIMEOfFocusChange(bool aFocus)
if (queryEvent.mSucceeded) {
mTabChild->SendNotifyIMETextHint(queryEvent.mReply.mString);
}
} else {
// Might not have been committed composition yet
IMEEndComposition(false);
}
uint32_t chromeSeqno;