| Index: third_party/WebCore/xml/XMLHttpRequest.idl
|
| diff --git a/third_party/WebCore/xml/XMLHttpRequest.idl b/third_party/WebCore/xml/XMLHttpRequest.idl
|
| index 244da04cb432ca965b9ab25e1c902ac70d4a4892..bd2db50d6957c533b9ddcb674764fa7abc19dbe1 100644
|
| --- a/third_party/WebCore/xml/XMLHttpRequest.idl
|
| +++ b/third_party/WebCore/xml/XMLHttpRequest.idl
|
| @@ -70,18 +70,6 @@
|
|
|
| [Custom] void send()
|
| raises(DOMException);
|
| - [Custom] void send(in ArrayBuffer data) // FIXME: this should be eventually deprecated.
|
| - raises(DOMException);
|
| - [Custom] void send(in ArrayBufferView data)
|
| - raises(DOMException);
|
| - [Conditional=BLOB, Custom] void send(in Blob data)
|
| - raises(DOMException);
|
| - [Custom] void send(in Document data)
|
| - raises(DOMException);
|
| - [Custom] void send(in [StrictTypeChecking] DOMString data)
|
| - raises(DOMException);
|
| - [Custom] void send(in DOMFormData data)
|
| - raises(DOMException);
|
|
|
| void abort();
|
|
|
|
|