| Index: chrome/browser/resources/chromeos/chromevox/common/selection_util.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/selection_util.js b/chrome/browser/resources/chromeos/chromevox/common/selection_util.js
|
| index 74c5cc4b4b0ea0b58df62f21c89ae28b303cf9dc..3057d2efc9bec9e49bb50c523bace282cee140d6 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/selection_util.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/selection_util.js
|
| @@ -207,7 +207,7 @@ cvox.SelectionUtil.isRangeValid = function(range) {
|
| * Returns absolute top and left positions of an element.
|
| *
|
| * @param {!Node} node The element for which to compute the position.
|
| - * @return {Array.<number>} Index 0 is the left; index 1 is the top.
|
| + * @return {Array<number>} Index 0 is the left; index 1 is the top.
|
| * @private
|
| */
|
| cvox.SelectionUtil.findPos_ = function(node) {
|
| @@ -588,6 +588,7 @@ cvox.SelectionUtil.getText = function() {
|
| * if you want i18n tests to pass.
|
| *
|
| * @return {string} The text.
|
| + * @private
|
| */
|
| cvox.SelectionUtil.getSelectionText_ = function() {
|
| return '' + window.getSelection();
|
|
|