Chromium Code Reviews| Index: Source/WebCore/html/HTMLImageElement.idl |
| =================================================================== |
| --- Source/WebCore/html/HTMLImageElement.idl (revision 142703) |
| +++ Source/WebCore/html/HTMLImageElement.idl (working copy) |
| @@ -19,7 +19,8 @@ |
| */ |
| [ |
| - JSGenerateToNativeObject |
| + JSGenerateToNativeObject, |
| + V8SkipVTableValidation |
| ] interface HTMLImageElement : HTMLElement { |
| [Reflect] attribute DOMString name; |
| [Reflect] attribute DOMString align; |