Bug 1325282 - Remove use of nsIEditorIMESupport. r=Ratty

This commit is contained in:
Jorg K 2016-12-23 05:54:00 +01:00
Родитель e6b4a7c17e
Коммит df949a559b
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -888,9 +888,8 @@ function OutputFileWithPersistAPI(editorDoc, aDestinationLocation, aRelatedFiles
gPersistObj = null;
var editor = GetCurrentEditor();
try {
var imeEditor = editor.QueryInterface(Components.interfaces.nsIEditorIMESupport);
imeEditor.forceCompositionEnd();
} catch (e) {}
editor.forceCompositionEnd();
} catch (e) {}
var isLocalFile = false;
try {