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