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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 14050008: Remove BLOB conditional. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | tools/dom/scripts/fremontcutbuilder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index f5a21b99d525303164e8fa39d83913b8a59dc5ce..d80c9365c07dbdd59e5a6b78edef9cf880734a5e 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -343,7 +343,7 @@ interface XMLHttpRequest {
raises(DOMException);
[Custom] void send(in ArrayBufferView data)
raises(DOMException);
- [Conditional=BLOB, Custom] void send(in Blob data)
+ [Custom] void send(in Blob data)
raises(DOMException);
[Custom] void send(in Document data)
raises(DOMException);
« no previous file with comments | « no previous file | tools/dom/scripts/fremontcutbuilder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698