| Index: Source/core/html/track/TextTrackRegion.idl
 | 
| diff --git a/Source/core/html/track/TextTrackRegion.idl b/Source/core/html/track/TextTrackRegion.idl
 | 
| index 77ca009f599b4c371bc07ceaa8db00680174adeb..8e020bb0897021e4344f137cc8ae7ae7c7dadf2d 100644
 | 
| --- a/Source/core/html/track/TextTrackRegion.idl
 | 
| +++ b/Source/core/html/track/TextTrackRegion.idl
 | 
| @@ -24,9 +24,9 @@
 | 
|   */
 | 
|  
 | 
|  [
 | 
| -    Conditional=WEBVTT_REGIONS,
 | 
|      Constructor(),
 | 
|      RuntimeEnabled=VideoTrack,
 | 
| +    RuntimeEnabled=WebVTTRegions,
 | 
|      ConstructorCallWith=ExecutionContext
 | 
|  ] interface TextTrackRegion {
 | 
|      readonly attribute TextTrack track;
 | 
| 
 |