| Index: Source/core/html/MediaController.idl
|
| diff --git a/Source/core/html/MediaController.idl b/Source/core/html/MediaController.idl
|
| index 76364f0a56c1df8095cb1005b18936fcf7a2323e..ad46115d889b0327ef17e83867aa803a96a8b591 100644
|
| --- a/Source/core/html/MediaController.idl
|
| +++ b/Source/core/html/MediaController.idl
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| [
|
| - RuntimeEnabled=Media,
|
| Constructor,
|
| - ConstructorCallWith=ExecutionContext
|
| + ConstructorCallWith=ExecutionContext,
|
| + RuntimeEnabled=Media,
|
| ] interface MediaController : EventTarget {
|
| readonly attribute TimeRanges buffered;
|
| readonly attribute TimeRanges seekable;
|
|
|