Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / vtt / VTTRegion.idl
index 398f740..1a28e70 100644 (file)
@@ -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;
 };
-