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