| 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 ae0d58a9a1e454753206aebc08f484ce11cdacf7..07c358182749f811aeb7ae4100c17a1585926a58 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/earcon_engine.js
|
| @@ -175,7 +175,7 @@ EarconEngine.prototype.loadSound = function(name, url) {
|
| // Decode asynchronously.
|
| request.onload = (function() {
|
| this.context_.decodeAudioData(
|
| - /** @type {ArrayBuffer} */ (request.response),
|
| + /** @type {!ArrayBuffer} */ (request.response),
|
| (function(buffer) {
|
| this.buffers_[name] = buffer;
|
| }).bind(this));
|
|
|