| Index: Source/WebCore/Modules/speech/SpeechRecognitionResultList.idl
|
| ===================================================================
|
| --- Source/WebCore/Modules/speech/SpeechRecognitionResultList.idl (revision 142703)
|
| +++ Source/WebCore/Modules/speech/SpeechRecognitionResultList.idl (working copy)
|
| @@ -25,7 +25,8 @@
|
|
|
| [
|
| Conditional=SCRIPTED_SPEECH,
|
| - IndexedGetter
|
| + IndexedGetter,
|
| + ImplementationLacksVTable
|
| ] interface SpeechRecognitionResultList {
|
| readonly attribute unsigned long length;
|
| SpeechRecognitionResult item(in [IsIndex] unsigned long index);
|
|
|