Chromium Code Reviews| Index: html/HTMLVideoElement.idl |
| diff --git a/html/HTMLVideoElement.idl b/html/HTMLVideoElement.idl |
| index dba44083bf2a7eccf4324e598e814fa240d7c26f..c544f68f1fb3b06deaa3bc134d41d085f48856b5 100644 |
| --- a/html/HTMLVideoElement.idl |
| +++ b/html/HTMLVideoElement.idl |
| @@ -24,8 +24,7 @@ |
| */ |
| [ |
| - Conditional=VIDEO, |
| - JSGenerateToNativeObject |
| + Conditional=VIDEO |
| ] interface HTMLVideoElement : HTMLMediaElement { |
| [Reflect] attribute unsigned long width; |
| [Reflect] attribute unsigned long height; |