Index: Source/WebCore/html/track/TextTrackCueList.idl |
=================================================================== |
--- Source/WebCore/html/track/TextTrackCueList.idl (revision 142703) |
+++ Source/WebCore/html/track/TextTrackCueList.idl (working copy) |
@@ -26,7 +26,8 @@ |
[ |
Conditional=VIDEO_TRACK, |
V8EnabledAtRuntime=webkitVideoTrack, |
- IndexedGetter |
+ IndexedGetter, |
+ ImplementationLacksVTable |
] interface TextTrackCueList { |
readonly attribute unsigned long length; |
TextTrackCue item(in unsigned long index); |