Chromium Code Reviews| Index: Source/core/xml/XMLHttpRequest.idl |
| diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl |
| index fbe72176829fcab37be4b68bc649e9d70ec16d34..4a4513d5c094d5614cdc102c6f2a438769f9b968 100644 |
| --- a/Source/core/xml/XMLHttpRequest.idl |
| +++ b/Source/core/xml/XMLHttpRequest.idl |
| @@ -33,7 +33,8 @@ enum XMLHttpRequestResponseType { |
| "document", |
| // FIXME: enable once support for json responseText is completed. (bug #73648) |
| // "json", |
| - "text" |
| + "text", |
| + "stream" |
| }; |
| [ |