Bug 1000095 - Fix mozInputMethod.mgmt.hide. r=fabrice

This commit is contained in:
Yuan Xulei 2014-04-25 01:16:00 +02:00
parent f2a00092ec
commit 4ff22a779b

View File

@ -27,6 +27,7 @@ this.Keyboard = {
],
_messageNames: [
'RemoveFocus',
'SetSelectionRange', 'ReplaceSurroundingText', 'ShowInputMethodPicker',
'SwitchToNextInputMethod', 'HideInputMethod',
'GetText', 'SendKey', 'GetContext',