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
parent 9aaab9c522
commit f15453492d

View file

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