| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| index 2b595fb6d35792de366368fa07f8f42cea08d3ab..ae0d58a9a1e454753206aebc08f484ce11cdacf7 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| @@ -196,7 +196,7 @@ EarconEngine.prototype.loadSound = function(name, url) {
|
| * An object where you can override the default
|
| * gain, pan, and reverb, otherwise these are taken from
|
| * masterVolume, masterPan, and masterReverb.
|
| - * @return {AudioNode} The filters to be applied to all sounds, connected
|
| + * @return {!AudioNode} The filters to be applied to all sounds, connected
|
| * to the destination node.
|
| */
|
| EarconEngine.prototype.createCommonFilters = function(properties) {
|
|
|