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