| Index: chrome/common/extensions/api/ttsEngine.json
|
| diff --git a/chrome/common/extensions/api/ttsEngine.json b/chrome/common/extensions/api/ttsEngine.json
|
| index 0fbabb90a790936045bd74c1b7efe088296ed6c8..6279ccc1aa12abd06fe0e563466d5a5c5d207c2f 100644
|
| --- a/chrome/common/extensions/api/ttsEngine.json
|
| +++ b/chrome/common/extensions/api/ttsEngine.json
|
| @@ -19,7 +19,7 @@
|
| },
|
| {
|
| "name": "event",
|
| - "$ref": "TtsEvent",
|
| + "$ref": "tts.TtsEvent",
|
| "description": "The update event from the text-to-speech engine indicating the status of this utterance."
|
| }
|
| ]
|
| @@ -87,7 +87,7 @@
|
| "parameters": [
|
| {
|
| "name": "event",
|
| - "$ref": "TtsEvent",
|
| + "$ref": "tts.TtsEvent",
|
| "description": "The event from the text-to-speech engine indicating the status of this utterance."
|
| }
|
| ]
|
|
|