| Index: core/html/MediaController.idl
|
| diff --git a/core/html/MediaController.idl b/core/html/MediaController.idl
|
| index 81171ec6b770c17fc774ace954037cf32122837b..254bbc27976449b92f768c1a6c50e885085ede27 100644
|
| --- a/core/html/MediaController.idl
|
| +++ b/core/html/MediaController.idl
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=Media,
|
| + RuntimeEnabled=Media,
|
| Constructor,
|
| - ConstructorCallWith=ScriptExecutionContext
|
| + ConstructorCallWith=ExecutionContext
|
| ] interface MediaController : EventTarget {
|
| readonly attribute TimeRanges buffered;
|
| readonly attribute TimeRanges seekable;
|
|
|