| Index: chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js b/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| index 0915e1120218ccf763628557b16e296418f22ab2..fb34e1abe0dbae02d7069262a8d4714c197d4bdb 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/mock_tts.js
|
| @@ -113,7 +113,7 @@ MockTts.prototype = {
|
| // Process any idleUtterances.
|
| this.idleUtterances_.forEach(function(utterance) {
|
| this.process_(utterance, true);
|
| - });
|
| + }.bind(this));
|
| },
|
|
|
| /**
|
|
|