| Index: Source/WebCore/Modules/speech/SpeechRecognitionAlternative.idl
|
| ===================================================================
|
| --- Source/WebCore/Modules/speech/SpeechRecognitionAlternative.idl (revision 142703)
|
| +++ Source/WebCore/Modules/speech/SpeechRecognitionAlternative.idl (working copy)
|
| @@ -24,7 +24,8 @@
|
| */
|
|
|
| [
|
| - Conditional=SCRIPTED_SPEECH
|
| + Conditional=SCRIPTED_SPEECH,
|
| + ImplementationLacksVTable
|
| ] interface SpeechRecognitionAlternative {
|
| readonly attribute DOMString transcript;
|
| readonly attribute float confidence;
|
|
|