diff options
Diffstat (limited to 'Source/WebCore/html/HTMLMediaElement.idl')
-rw-r--r-- | Source/WebCore/html/HTMLMediaElement.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLMediaElement.idl b/Source/WebCore/html/HTMLMediaElement.idl index 9d4602d..c7e6b07 100644 --- a/Source/WebCore/html/HTMLMediaElement.idl +++ b/Source/WebCore/html/HTMLMediaElement.idl @@ -84,8 +84,8 @@ interface [Conditional=VIDEO] HTMLMediaElement : HTMLElement { #if defined(ENABLE_MEDIA_STATISTICS) && ENABLE_MEDIA_STATISTICS // The number of bytes consumed by the media decoder. - readonly attribute unsigned long webkitAudioBytesDecoded; - readonly attribute unsigned long webkitVideoBytesDecoded; + readonly attribute unsigned long webkitAudioDecodedByteCount; + readonly attribute unsigned long webkitVideoDecodedByteCount; #endif }; } |