| Index: Source/core/html/track/TextTrackRegionList.idl
|
| diff --git a/Source/core/html/track/TextTrackRegionList.idl b/Source/core/html/track/TextTrackRegionList.idl
|
| index 7ea57b5cd02d1c388dbc351edfcd2f331ddb78e7..b64949acafa93657b3d54985fef121227ecdb755 100644
|
| --- a/Source/core/html/track/TextTrackRegionList.idl
|
| +++ b/Source/core/html/track/TextTrackRegionList.idl
|
| @@ -25,8 +25,8 @@
|
|
|
| [
|
| NoInterfaceObject,
|
| - Conditional=WEBVTT_REGIONS,
|
| - RuntimeEnabled=VideoTrack
|
| + RuntimeEnabled=VideoTrack,
|
| + RuntimeEnabled=WebVTTRegions
|
| ] interface TextTrackRegionList {
|
| readonly attribute unsigned long length;
|
| getter TextTrackRegion item(unsigned long index);
|
|
|