Bug 976394 - NS_QUERY_SELECTED_TEXT on e10s is sometimes wrong value. r=masayuki

This commit is contained in:
Makoto Kato 2014-02-25 14:51:01 +09:00
parent d18115bb52
commit 2836727c88

View File

@ -517,7 +517,7 @@ PuppetWidget::NotifyIMEOfUpdateComposition()
nsIMEUpdatePreference
PuppetWidget::GetIMEUpdatePreference()
{
#ifdef MOZ_CROSS_PROESS_IME
#ifdef MOZ_CROSS_PROCESS_IME
// e10s requires IME information cache into TabParent
return nsIMEUpdatePreference(mIMEPreferenceOfParent.mWantUpdates |
nsIMEUpdatePreference::NOTIFY_SELECTION_CHANGE |