Backout bug 924893 for smoketest bustage

This commit is contained in:
Fabrice Desré 2013-10-28 13:55:36 -07:00
parent 22861b5780
commit 3d40fbc33b

View File

@ -189,15 +189,9 @@ this.Keyboard = {
let browser = Services.wm.getMostRecentWindow("navigator:browser");
// Chrome event, used also to render value selectors; that's why we need
// the info about choices / min / max here as well...
browser.shell.sendChromeEvent({
type: 'inputmethod-contextchange',
inputType: msg.data.type,
value: msg.data.value,
choices: JSON.stringify(msg.data.choices),
min: msg.data.min,
max: msg.data.max
inputType: msg.data.type
});
},