| 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 a174e74b31fde15a3a99a0ad062b4ecdd66a2316..4d1ea94862af189ea4aaf89146d02859271c195c 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrack.idl
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrack.idl
|
| @@ -51,6 +51,4 @@ enum TextTrackKind { "subtitles", "captions", "descriptions", "chapters", "m
|
| // 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;
|
| - [RuntimeEnabled=WebVTTRegions] void addRegion(VTTRegion region);
|
| - [RaisesException, RuntimeEnabled=WebVTTRegions] void removeRegion(VTTRegion region);
|
| };
|
|
|