Index: Source/WebCore/html/HTMLInputElement.idl |
=================================================================== |
--- Source/WebCore/html/HTMLInputElement.idl (revision 142703) |
+++ Source/WebCore/html/HTMLInputElement.idl (working copy) |
@@ -19,7 +19,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-interface HTMLInputElement : HTMLElement { |
+[ |
+ V8SkipVTableValidation |
+] interface HTMLInputElement : HTMLElement { |
[Reflect] attribute DOMString accept; |
[Reflect] attribute DOMString alt; |
[Reflect] attribute DOMString autocomplete; |