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