summaryrefslogtreecommitdiffstats
path: root/third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js')
-rw-r--r--third_party/google_input_tools/src/chrome/os/inputview/elements/content/switcherkey.js2
1 files changed, 1 insertions, 1 deletions
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 9aa0fed..b634d31 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);
}
};