Index: chrome/common/extensions/api/ttsEngine.json |
=================================================================== |
--- chrome/common/extensions/api/ttsEngine.json (revision 136322) |
+++ chrome/common/extensions/api/ttsEngine.json (working copy) |
@@ -19,7 +19,7 @@ |
}, |
{ |
"name": "event", |
- "$ref": "tts.TtsEvent", |
+ "$ref": "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": "tts.TtsEvent", |
+ "$ref": "TtsEvent", |
"description": "The event from the text-to-speech engine indicating the status of this utterance." |
} |
] |