| Index: Source/core/html/HTMLMediaElement.idl | 
| diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl | 
| index d8bf11ff694ab0c05d66fb537cf2c9bec6eea280..ccc69399b457a783d13a44ded382ca191ef50386 100644 | 
| --- a/Source/core/html/HTMLMediaElement.idl | 
| +++ b/Source/core/html/HTMLMediaElement.idl | 
| @@ -59,7 +59,7 @@ | 
| // playback state | 
| // FIXME: generated bindings should check isfinite: http://crbug.com/354298 | 
| [RaisesException=Setter] attribute double currentTime; | 
| -    readonly attribute double duration; | 
| +    readonly attribute unrestricted double duration; | 
| readonly attribute boolean paused; | 
| [RaisesException=Setter] attribute double defaultPlaybackRate; | 
| [RaisesException=Setter] attribute double playbackRate; | 
|  |