Index: core/html/track/vtt/VTTRegionList.idl |
diff --git a/core/html/track/vtt/VTTRegionList.idl b/core/html/track/vtt/VTTRegionList.idl |
index 4a06653bba09d6b91c1f626521b8b7cca5de2479..cdd3d4dd13125a81942b42efd317afbf0e736b30 100644 |
--- a/core/html/track/vtt/VTTRegionList.idl |
+++ b/core/html/track/vtt/VTTRegionList.idl |
@@ -24,7 +24,8 @@ |
*/ |
[ |
- RuntimeEnabled=WebVTTRegions |
+ RuntimeEnabled=WebVTTRegions, |
+ WillBeGarbageCollected, |
] interface VTTRegionList { |
readonly attribute unsigned long length; |
getter VTTRegion item(unsigned long index); |