| Index: Source/core/html/track/vtt/VTTRegion.idl
|
| diff --git a/Source/core/html/track/vtt/VTTRegion.idl b/Source/core/html/track/vtt/VTTRegion.idl
|
| index 98f89077949467b847acfd0af1624d23e197a952..1a28e70b4dab1c0ffa9bffe99b94716d19ce8ae9 100644
|
| --- a/Source/core/html/track/vtt/VTTRegion.idl
|
| +++ b/Source/core/html/track/vtt/VTTRegion.idl
|
| @@ -26,6 +26,7 @@
|
| [
|
| Constructor,
|
| RuntimeEnabled=WebVTTRegions,
|
| + TypeChecking=Unrestricted,
|
| WillBeGarbageCollected,
|
| ] interface VTTRegion {
|
| readonly attribute TextTrack track;
|
| @@ -39,4 +40,3 @@
|
| [RaisesException=Setter] attribute double viewportAnchorY;
|
| [RaisesException=Setter] attribute DOMString scroll;
|
| };
|
| -
|
|
|