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

Unified Diff: core/html/HTMLTrackElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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
« no previous file with comments | « core/html/HTMLTextAreaElement.idl ('k') | core/html/HTMLVideoElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLTrackElement.idl
diff --git a/core/html/HTMLTrackElement.idl b/core/html/HTMLTrackElement.idl
index 8a9b38e8bb5109f02842d7dcd6d4d651d2888c07..08b3f14b0a5b2f69c03bb10cbde8fceabd4a3d97 100644
--- a/core/html/HTMLTrackElement.idl
+++ b/core/html/HTMLTrackElement.idl
@@ -37,7 +37,7 @@ interface HTMLTrackElement : HTMLElement {
const unsigned short LOADED = 2;
// Reflect is used for ERROR because it conflicts with a windows define.
[Reflect=TRACK_ERROR] const unsigned short ERROR = 3;
- readonly attribute unsigned short readyState;
+ [ImplementedAs=getReadyState] readonly attribute unsigned short readyState;
readonly attribute TextTrack track;
};
« no previous file with comments | « core/html/HTMLTextAreaElement.idl ('k') | core/html/HTMLVideoElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698