Index: Source/core/html/FormData.idl |
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl |
index 1c03b25a496dd8acc4ec677a2de7716686f73f74..ae6e9132afbbf69fdf59863ff4f07a4e5df4795d 100644 |
--- a/Source/core/html/FormData.idl |
+++ b/Source/core/html/FormData.idl |
@@ -31,7 +31,6 @@ |
[ |
CustomConstructor(optional HTMLFormElement form), |
ImplementedAs=DOMFormData, |
- ImplementationLacksVTable |
] interface FormData { |
// void append(DOMString name, DOMString value); |
// void append(DOMString name, Blob value, optional DOMString filename); |