summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-06-18 14:10:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-06-18 13:53:24 +0000
commit813fbf95af77a531c57a8c497345ad2c61d475b3 (patch)
tree821b2c8de8365f21b6c9ba17a236fb3006a1d506 /chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js
parentaf6588f8d723931a298c995fa97259bb7f7deb55 (diff)
downloadqtwebengine-chromium-813fbf95af77a531c57a8c497345ad2c61d475b3.tar.gz
BASELINE: Update chromium to 44.0.2403.47
Change-Id: Ie056fedba95cf5e5c76b30c4b2c80fca4764aa2f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js')
-rw-r--r--chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js
index 70cac8d1d26..6de2b8559d7 100644
--- a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js
+++ b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_speaker.js
@@ -38,7 +38,7 @@ cvox.NavigationSpeaker = function() {
* Speak all of the NavDescriptions in the given array (as returned by
* getDescription), including playing earcons.
*
- * @param {Array.<cvox.NavDescription>} descriptionArray The array of
+ * @param {Array<cvox.NavDescription>} descriptionArray The array of
* NavDescriptions to speak.
* @param {number} initialQueueMode The initial queue mode.
* @param {Function} completionFunction Function to call when finished speaking.
@@ -118,9 +118,9 @@ cvox.NavigationSpeaker.structuredElement = function(annon) {
/**
* Reorder special annotations for structured elements to be spoken first.
- * @param {Array.<cvox.NavDescription>} descriptionArray The array of
+ * @param {Array<cvox.NavDescription>} descriptionArray The array of
* NavDescriptions to speak.
- * @return {Array.<cvox.NavDescription>} The reordered array.
+ * @return {Array<cvox.NavDescription>} The reordered array.
*/
cvox.NavigationSpeaker.prototype.reorderAnnotations = function(
descriptionArray) {