| 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 3f2d0ccec73defc27fe242900320467c8cc76e11..351cf13d438a42b620ea1f4160989c04b9c1d3e2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| @@ -25,9 +25,7 @@
|
|
|
| // https://html.spec.whatwg.org/#the-video-element
|
|
|
| -[
|
| - RuntimeEnabled=Media
|
| -] interface HTMLVideoElement : HTMLMediaElement {
|
| +interface HTMLVideoElement : HTMLMediaElement {
|
| [Reflect] attribute unsigned long width;
|
| [Reflect] attribute unsigned long height;
|
| readonly attribute unsigned long videoWidth;
|
|
|