| Index: Source/core/html/MediaController.idl | 
| diff --git a/Source/core/html/MediaController.idl b/Source/core/html/MediaController.idl | 
| index e05e809e93c776041c2df4de270b2003b7222609..524993864e7785774cff1d126f88be34e5299dbc 100644 | 
| --- a/Source/core/html/MediaController.idl | 
| +++ b/Source/core/html/MediaController.idl | 
| @@ -31,7 +31,7 @@ | 
| readonly attribute TimeRanges buffered; | 
| readonly attribute TimeRanges seekable; | 
|  | 
| -    readonly attribute double duration; | 
| +    readonly attribute unrestricted double duration; | 
| // FIXME: generated bindings should check isfinite: http://crbug.com/354298 | 
| [RaisesException=Setter] attribute double currentTime; | 
|  | 
|  |