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

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

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 0dcedfed16ff8bf152feb081e4ebb93b275bede6..0453981949280393e33b39f3b5d926b18b6b6fae 100644
--- a/third_party/WebCore/xml/XMLHttpRequest.idl
+++ b/third_party/WebCore/xml/XMLHttpRequest.idl
@@ -58,10 +58,6 @@ module xml {
readonly attribute unsigned short readyState;
- // request
- attribute [Conditional=XHR_RESPONSE_BLOB, V8EnabledAtRuntime] boolean asBlob
- setter raises(DOMException);
-
attribute boolean withCredentials
setter raises(DOMException);
@@ -97,7 +93,7 @@ module xml {
getter raises(DOMException);
readonly attribute Document responseXML
getter raises(DOMException);
- readonly attribute [Conditional=XHR_RESPONSE_BLOB, V8EnabledAtRuntime] Blob responseBlob
+ readonly attribute Blob responseBlob
getter raises(DOMException);
attribute DOMString responseType
« 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