Index: third_party/WebKit/Source/core/html/track/TextTrack.idl |
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.idl b/third_party/WebKit/Source/core/html/track/TextTrack.idl |
index 4d1ea94862af189ea4aaf89146d02859271c195c..b09a1f7ce7cbbb17f271695680b4d75f3792d798 100644 |
--- a/third_party/WebKit/Source/core/html/track/TextTrack.idl |
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.idl |
@@ -47,8 +47,4 @@ enum TextTrackKind { "subtitles", "captions", "descriptions", "chapters", "m |
[RaisesException] void removeCue(TextTrackCue cue); |
attribute EventHandler oncuechange; |
- |
- // TODO(foolip): These WebVTT extensions have been removed from the spec: |
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380 |
- [RuntimeEnabled=WebVTTRegions] readonly attribute VTTRegionList regions; |
}; |