Bug 544168 - nsIEditorIMESupport::endComposition shouldn't be scriptable. r+sr=smaug

This commit is contained in:
Masayuki Nakano 2010-02-06 19:16:31 +01:00
Родитель 84a4a8428d
Коммит 48d97404dc
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -48,7 +48,7 @@ struct nsTextEventReply;
[ptr] native nsTextEventReplyPtr(nsTextEventReply);
[scriptable, uuid(52032429-9337-4ecf-b56b-81875a9324bc)]
[scriptable, uuid(8093f91d-fe39-4a17-b9db-73468c3a536b)]
interface nsIEditorIMESupport : nsISupports
{
@ -71,7 +71,7 @@ interface nsIEditorIMESupport : nsISupports
* endComposition() Handles the end of inline input composition.
*/
void endComposition();
[noscript] void endComposition();
/**
* forceCompositionEnd() force the composition end