Index: Source/WebCore/html/DOMFormData.idl |
=================================================================== |
--- Source/WebCore/html/DOMFormData.idl (revision 142703) |
+++ Source/WebCore/html/DOMFormData.idl (working copy) |
@@ -33,7 +33,8 @@ |
ConstructorParameters=1, |
JSGenerateToNativeObject, |
JSGenerateToJSObject, |
- InterfaceName=FormData |
+ InterfaceName=FormData, |
+ ImplementationLacksVTable |
] interface DOMFormData { |
// void append(DOMString name, DOMString value); |
// void append(DOMString name, Blob value, optional DOMString filename); |