Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: third_party/WebCore/xml/XMLHttpRequest.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/workers/WorkerContext.idl ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « third_party/WebCore/workers/WorkerContext.idl ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698