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

Unified Diff: third_party/WebCore/html/track/TextTrack.idl

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « third_party/WebCore/editing/UndoManager.idl ('k') | third_party/WebCore/html/track/TextTrackCue.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/track/TextTrack.idl
diff --git a/third_party/WebCore/html/track/TextTrack.idl b/third_party/WebCore/html/track/TextTrack.idl
index 845a80c0194bbb50558da82293e469b1de25ae5a..9836f02ce96fd7d9e3b837e3837a96788c5a387b 100644
--- a/third_party/WebCore/html/track/TextTrack.idl
+++ b/third_party/WebCore/html/track/TextTrack.idl
@@ -36,11 +36,7 @@ module html {
readonly attribute DOMString label;
readonly attribute DOMString language;
- const unsigned short DISABLED = 0;
- const unsigned short HIDDEN = 1;
- const unsigned short SHOWING = 2;
- attribute unsigned short mode
- setter raises (DOMException);
+ attribute DOMString mode;
readonly attribute TextTrackCueList cues;
readonly attribute TextTrackCueList activeCues;
« no previous file with comments | « third_party/WebCore/editing/UndoManager.idl ('k') | third_party/WebCore/html/track/TextTrackCue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698