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

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

Issue 10800016: Roll IDL to multivm@707 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/testing/Internals.idl ('k') | no next file » | 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 095f4dc5cf4f2badc9b945b04a7ec89439d37c51..c9557b3a4d8ee3b4c3d8acbfa7c56d36cf27725a 100644
--- a/third_party/WebCore/xml/XMLHttpRequest.idl
+++ b/third_party/WebCore/xml/XMLHttpRequest.idl
@@ -69,7 +69,9 @@ module xml {
[Custom] void send()
raises(DOMException);
- [Custom] void send(in ArrayBuffer data)
+ [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);
« no previous file with comments | « third_party/WebCore/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698