Bug 496360 Servere performance problems pasting into textareas r=roc

This commit is contained in:
Masayuki Nakano 2009-10-05 10:45:43 +09:00
Родитель 92ba26fdf5
Коммит 5a8649e888
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6028,7 +6028,7 @@ nsWindow::OnIMEFocusChange(PRBool aFocus)
{
nsresult rv = nsTextStore::OnFocusChange(aFocus, this, mIMEEnabled);
if (rv == NS_ERROR_NOT_AVAILABLE)
rv = NS_OK; // TSF is not enabled, maybe.
rv = NS_ERROR_NOT_IMPLEMENTED; // TSF is not enabled, maybe.
return rv;
}