| Index: Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequest.idl b/Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| index fc4a3b66dc196cba9d0f650c010aac88a7a96641..b6ff0170069700f8b804f272d1d67628e829af7f 100644
|
| --- a/Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| +++ b/Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| @@ -62,7 +62,7 @@ enum XMLHttpRequestResponseType {
|
|
|
| [RaisesException] void setRequestHeader(DOMString header, DOMString value);
|
|
|
| - [Custom, RaisesException] void send();
|
| + [RaisesException] void send(optional (ArrayBuffer or ArrayBufferView or Blob or Document or HTMLDocument or DOMString or FormData)? data);
|
|
|
| void abort();
|
|
|
|
|