| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.idl b/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| index be1a4345a767d94dabbf9c72cfae3eecf034662a..a5defd85dfb24a85f1cb9cf21fe13e3cadb00531 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| @@ -25,7 +25,9 @@
|
|
|
| // https://html.spec.whatwg.org/#the-video-element
|
|
|
| -interface HTMLVideoElement : HTMLMediaElement {
|
| +[
|
| + ActiveScriptWrappable,
|
| +] interface HTMLVideoElement : HTMLMediaElement {
|
| [CEReactions, Reflect] attribute unsigned long width;
|
| [CEReactions, Reflect] attribute unsigned long height;
|
| readonly attribute unsigned long videoWidth;
|
|
|