| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 832456dd48f54ae4229dfbfff2960da67f46c364..0f1336e552493913e7abb44944c94a2c3a3f7106 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -479,7 +479,7 @@ Background.prototype = {
|
| */
|
| onFocus: function(evt) {
|
| // Invalidate any previous editable text handler state.
|
| - this.editableTextHandler = null;
|
| + this.editableTextHandler_ = null;
|
|
|
| var node = evt.target;
|
|
|
|
|