| Index: Source/core/html/track/TextTrackRegionList.idl
|
| diff --git a/Source/core/html/track/TextTrackRegionList.idl b/Source/core/html/track/TextTrackRegionList.idl
|
| index 1f30b5deaa4a81127ae27893a80b0354f74e53c2..ad5611fc80b943a2f18fa1fb7a659ff4e009b448 100644
|
| --- a/Source/core/html/track/TextTrackRegionList.idl
|
| +++ b/Source/core/html/track/TextTrackRegionList.idl
|
| @@ -26,7 +26,7 @@
|
| [
|
| NoInterfaceObject,
|
| Conditional=WEBVTT_REGIONS,
|
| - EnabledAtRuntime=videoTrack,
|
| + EnabledAtRuntime=videoTrack
|
| ] interface TextTrackRegionList {
|
| readonly attribute unsigned long length;
|
| getter TextTrackRegion item(unsigned long index);
|
|
|