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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. 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 0453981949280393e33b39f3b5d926b18b6b6fae..095f4dc5cf4f2badc9b945b04a7ec89439d37c51 100644
--- a/third_party/WebCore/xml/XMLHttpRequest.idl
+++ b/third_party/WebCore/xml/XMLHttpRequest.idl
@@ -93,8 +93,6 @@ module xml {
getter raises(DOMException);
readonly attribute Document responseXML
getter raises(DOMException);
- readonly attribute Blob responseBlob
- getter raises(DOMException);
attribute DOMString responseType
setter 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