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