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

Unified Diff: Source/core/html/track/TextTrackCue.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/TextTrackCue.idl
diff --git a/Source/core/html/track/TextTrackCue.idl b/Source/core/html/track/TextTrackCue.idl
index e64d8a33dfd29928799d5b22946ba783c6289d7c..7c4dfe5fe242c489f718a03c61b37a7e53605f52 100644
--- a/Source/core/html/track/TextTrackCue.idl
+++ b/Source/core/html/track/TextTrackCue.idl
@@ -48,6 +48,6 @@
attribute EventHandler onenter;
attribute EventHandler onexit;
- [Conditional=WEBVTT_REGIONS] attribute DOMString regionId;
+ [EnabledAtRuntime=WebVTTRegions] attribute DOMString regionId;
};

Powered by Google App Engine
This is Rietveld 408576698