| Index: Source/core/html/HTMLVideoElement.idl
|
| diff --git a/Source/core/html/HTMLVideoElement.idl b/Source/core/html/HTMLVideoElement.idl
|
| index 0600d80be713f011eae4e2d0ac6cef07bef1e905..3d42f97e82dfb9272bbd986c3ba5bdae22ae4727 100644
|
| --- a/Source/core/html/HTMLVideoElement.idl
|
| +++ b/Source/core/html/HTMLVideoElement.idl
|
| @@ -24,7 +24,8 @@
|
| */
|
|
|
| [
|
| - Conditional=VIDEO
|
| + Conditional=VIDEO,
|
| + EnabledAtRuntime
|
| ] interface HTMLVideoElement : HTMLMediaElement {
|
| [Reflect] attribute unsigned long width;
|
| [Reflect] attribute unsigned long height;
|
|
|