Index: third_party/WebKit/Source/core/html/HTMLMediaElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.idl b/third_party/WebKit/Source/core/html/HTMLMediaElement.idl |
index 297f2a087ab7b97bbd3347146e0fbb0ac6aaffd1..80899b4169a8da4eb15fde2c0d3570753329f0ca 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.idl |
@@ -55,7 +55,7 @@ enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" }; |
const unsigned short HAVE_CURRENT_DATA = 2; |
const unsigned short HAVE_FUTURE_DATA = 3; |
const unsigned short HAVE_ENOUGH_DATA = 4; |
- readonly attribute unsigned short readyState; |
+ [ImplementedAs=getReadyState] readonly attribute unsigned short readyState; |
readonly attribute boolean seeking; |
// playback state |