| Index: core/html/MediaController.idl
|
| diff --git a/core/html/MediaController.idl b/core/html/MediaController.idl
|
| index cedb4c34c3d3f696fd2e4526e287b3ed3dc6abbe..54c415380b73a5ab11c2e2e8192ba30777933854 100644
|
| --- a/core/html/MediaController.idl
|
| +++ b/core/html/MediaController.idl
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject,
|
| + EnabledAtRuntime=media,
|
| Constructor,
|
| - CallWith=ScriptExecutionContext,
|
| + ConstructorCallWith=ScriptExecutionContext,
|
| EventTarget
|
| ] interface MediaController {
|
| readonly attribute TimeRanges buffered;
|
|
|