Index: Source/core/html/FormData.idl |
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl |
index 0391d3adc99f700be0fdd9bac6afeb2fe25667b1..73dcbfb9479ac0383a541e2ae8e6c0226a70eb58 100644 |
--- a/Source/core/html/FormData.idl |
+++ b/Source/core/html/FormData.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- CustomConstructor(optional HTMLFormElement form), |
+ Constructor([Default=Undefined] optional HTMLFormElement form), |
ImplementedAs=DOMFormData |
] interface FormData { |
// void append(DOMString name, DOMString value); |