| Index: Source/core/html/FormData.idl
|
| diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl
|
| index 3652d4ee8e5daa41b9d5254303acb6b17f1e0232..0391d3adc99f700be0fdd9bac6afeb2fe25667b1 100644
|
| --- a/Source/core/html/FormData.idl
|
| +++ b/Source/core/html/FormData.idl
|
| @@ -34,7 +34,7 @@
|
| ] interface FormData {
|
| // void append(DOMString name, DOMString value);
|
| // void append(DOMString name, Blob value, optional DOMString filename);
|
| - [Custom] void append([Default=Undefined] optional DOMString name,
|
| + [Custom] void append([Default=Undefined] optional DOMString name,
|
| [Default=Undefined] optional DOMString value,
|
| [Default=Undefined] optional DOMString filename);
|
| };
|
|
|