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; |
}; |