forked from mirrors/gecko-dev
Bug 544168 - nsIEditorIMESupport::endComposition shouldn't be scriptable. r+sr=smaug
This commit is contained in:
parent
9aaab9c522
commit
f15453492d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue