Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: Source/core/html/track/vtt/VTTRegionList.idl

Issue 244493002: Oilpan: add transition types to track interface objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Explicitly dispose of TextTrackList + fix handling of {Inband,Loadable}TextTrack Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/track/vtt/VTTRegionList.idl
diff --git a/Source/core/html/track/vtt/VTTRegionList.idl b/Source/core/html/track/vtt/VTTRegionList.idl
index 4a06653bba09d6b91c1f626521b8b7cca5de2479..cdd3d4dd13125a81942b42efd317afbf0e736b30 100644
--- a/Source/core/html/track/vtt/VTTRegionList.idl
+++ b/Source/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);

Powered by Google App Engine
This is Rietveld 408576698