From 48d97404dc5973bae4a89ed6bd658d8d5eb38294 Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Sat, 6 Feb 2010 19:16:31 +0100 Subject: [PATCH] Bug 544168 - nsIEditorIMESupport::endComposition shouldn't be scriptable. r+sr=smaug --- editor/idl/nsIEditorIMESupport.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/idl/nsIEditorIMESupport.idl b/editor/idl/nsIEditorIMESupport.idl index 4605f6f02de..fcede3e71ce 100644 --- a/editor/idl/nsIEditorIMESupport.idl +++ b/editor/idl/nsIEditorIMESupport.idl @@ -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