| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js
|
| index 9aa0fedc0859741a24cdc686997fac1de511679a..b634d31d0689e5bc4c7f8cf56aa958dba4f8158a 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js
|
| @@ -76,7 +76,7 @@ SwitcherKey.prototype.createDom = function() {
|
| this.setAriaLabel(this.getChromeVoxMessage());
|
|
|
| if (this.textElem) {
|
| - goog.dom.classlist.add(this.getElement(), Css.SWITCHER_KEY_NAME);
|
| + goog.dom.classlist.add(this.textElem, Css.SWITCHER_KEY_NAME);
|
| }
|
| };
|
|
|
|
|