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

Unified Diff: Source/WebCore/html/HTMLTrackElement.idl

Issue 9621004: Uncomment IDL fragments which we used to fail to parse. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 9 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/WebCore/html/HTMLTrackElement.idl
diff --git a/Source/WebCore/html/HTMLTrackElement.idl b/Source/WebCore/html/HTMLTrackElement.idl
index 2aaa981004b9f18bf69033a1a5347453d0004e56..5c6d1193d3311e8b6dc3663c28e49086100ff951 100644
--- a/Source/WebCore/html/HTMLTrackElement.idl
+++ b/Source/WebCore/html/HTMLTrackElement.idl
@@ -38,10 +38,7 @@ module html {
const unsigned short LOADING = 1;
const unsigned short LOADED = 2;
// Reflect is used for ERROR because it conflicts with a windows define.
-// FIXME(antonm)
-#if 0
[Reflect=TRACK_ERROR] const unsigned short ERROR = 3;
-#endif
readonly attribute unsigned short readyState;
readonly attribute TextTrack track;
« Source/WebCore/html/HTMLMediaElement.idl ('K') | « Source/WebCore/html/HTMLMediaElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698