Index: Source/WebCore/html/DOMFormData.idl |
diff --git a/Source/WebCore/html/DOMFormData.idl b/Source/WebCore/html/DOMFormData.idl |
index 206a76ce2488fd91cd83b4dd08d27be9e171489a..30ab446feba3a22bf30231166128c804eacecde5 100644 |
--- a/Source/WebCore/html/DOMFormData.idl |
+++ b/Source/WebCore/html/DOMFormData.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- CustomConstructor, |
+ CustomConstructor([Optional] HTMLFormElement form), |
InterfaceName=FormData, |
ImplementationLacksVTable |
] interface DOMFormData { |