Chromium Code Reviews| Index: Source/core/html/HTMLElement.idl |
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
| index 986942c43515081c3a4c88197ff5b45110eaaa38..83d4066bc0fdea4300a3d09fbe3561e29329d7ec 100644 |
| --- a/Source/core/html/HTMLElement.idl |
| +++ b/Source/core/html/HTMLElement.idl |
| @@ -20,7 +20,6 @@ |
| [ |
| CustomToV8, |
| - SkipVTableValidation |
| ] interface HTMLElement : Element { |
| // iht.com relies on id returning the empty string when no id is present. |
| // Other browsers do this as well. So we don't convert null to JS null. |