aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_bindings')
-rw-r--r--components/script_bindings/webidls/HTMLMediaElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_bindings/webidls/HTMLMediaElement.webidl b/components/script_bindings/webidls/HTMLMediaElement.webidl
index a2c7866a3fe..7ceae06f151 100644
--- a/components/script_bindings/webidls/HTMLMediaElement.webidl
+++ b/components/script_bindings/webidls/HTMLMediaElement.webidl
@@ -45,7 +45,7 @@ interface HTMLMediaElement : HTMLElement {
[Throws] attribute double defaultPlaybackRate;
[Throws] attribute double playbackRate;
readonly attribute TimeRanges played;
- // readonly attribute TimeRanges seekable;
+ readonly attribute TimeRanges seekable;
readonly attribute boolean ended;
[CEReactions] attribute boolean autoplay;
[CEReactions] attribute boolean loop;