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

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

Issue 1178333002: Sync audio/video/text track-related interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/core/html/track/vtt/VTTRegion.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cdd3d4dd13125a81942b42efd317afbf0e736b30..080b103656fe428fca61d2b2e890798d82c8c5da 100644
--- a/Source/core/html/track/vtt/VTTRegionList.idl
+++ b/Source/core/html/track/vtt/VTTRegionList.idl
@@ -23,6 +23,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// TODO(philipj): The VTTRegionList interface has been removed from the spec:
+// https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
+
[
RuntimeEnabled=WebVTTRegions,
WillBeGarbageCollected,
@@ -31,4 +34,3 @@
getter VTTRegion item(unsigned long index);
VTTRegion getRegionById(DOMString id);
};
-
« no previous file with comments | « Source/core/html/track/vtt/VTTRegion.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698