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

Unified Diff: Source/core/html/track/TextTrackRegionList.idl

Issue 25798003: Enable WebVTT regions for runtime testing, updated tests and minor fixes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert Logging Created 7 years, 2 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/TextTrackRegionList.idl
diff --git a/Source/core/html/track/TextTrackRegionList.idl b/Source/core/html/track/TextTrackRegionList.idl
index 844cd9d1a6e865c8673a2a66681a80867696662d..002a335e4d22c93973df5fca2de2127fc1b43f08 100644
--- a/Source/core/html/track/TextTrackRegionList.idl
+++ b/Source/core/html/track/TextTrackRegionList.idl
@@ -25,8 +25,8 @@
[
NoInterfaceObject,
- Conditional=WEBVTT_REGIONS,
- EnabledAtRuntime=VideoTrack
+ EnabledAtRuntime=VideoTrack,
+ EnabledAtRuntime=WebVTTRegions
] interface TextTrackRegionList {
readonly attribute unsigned long length;
getter TextTrackRegion item(unsigned long index);

Powered by Google App Engine
This is Rietveld 408576698