| Index: Source/WebCore/html/HTMLElement.idl
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLElement.idl (revision 142703)
|
| +++ Source/WebCore/html/HTMLElement.idl (working copy)
|
| @@ -21,7 +21,8 @@
|
| [
|
| JSGenerateToNativeObject,
|
| JSCustomPushEventHandlerScope,
|
| - V8CustomToJSObject
|
| + V8CustomToJSObject,
|
| + V8SkipVTableValidation
|
| ] 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.
|
|
|