| Index: Source/core/html/track/TextTrackCue.idl
|
| diff --git a/Source/core/html/track/TextTrackCue.idl b/Source/core/html/track/TextTrackCue.idl
|
| index e64d8a33dfd29928799d5b22946ba783c6289d7c..7c4dfe5fe242c489f718a03c61b37a7e53605f52 100644
|
| --- a/Source/core/html/track/TextTrackCue.idl
|
| +++ b/Source/core/html/track/TextTrackCue.idl
|
| @@ -48,6 +48,6 @@
|
| attribute EventHandler onenter;
|
| attribute EventHandler onexit;
|
|
|
| - [Conditional=WEBVTT_REGIONS] attribute DOMString regionId;
|
| + [EnabledAtRuntime=WebVTTRegions] attribute DOMString regionId;
|
| };
|
|
|
|
|