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

Unified Diff: core/xml/XMLHttpRequest.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 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 | « core/xml/DocumentXMLTreeViewer.idl ('k') | core/xml/XMLHttpRequestProgressEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/xml/XMLHttpRequest.idl
diff --git a/core/xml/XMLHttpRequest.idl b/core/xml/XMLHttpRequest.idl
index 6147be44b0ef16bc7752aae26e34265cd1f54101..4facb562003920c931cde7aabec527290f754f31 100644
--- a/core/xml/XMLHttpRequest.idl
+++ b/core/xml/XMLHttpRequest.idl
@@ -33,7 +33,8 @@ enum XMLHttpRequestResponseType {
"document",
"json",
"text",
- "legacystream"
+ "legacystream",
+ "stream"
};
[
@@ -88,5 +89,5 @@ enum XMLHttpRequestResponseType {
readonly attribute DOMString statusText;
// Extension
- void overrideMimeType(DOMString override);
+ [RaisesException] void overrideMimeType(DOMString override);
};
« no previous file with comments | « core/xml/DocumentXMLTreeViewer.idl ('k') | core/xml/XMLHttpRequestProgressEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698