Chromium Code Reviews| Index: Source/core/xml/XMLHttpRequest.idl |
| diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl |
| index 0635d8ac8fa6f27e501845fc94c261f3fe32035f..9493a79632b8bf3709d57b8185930305ccf4c564 100644 |
| --- a/Source/core/xml/XMLHttpRequest.idl |
| +++ b/Source/core/xml/XMLHttpRequest.idl |
| @@ -81,5 +81,5 @@ |
| readonly attribute DOMString statusText; |
| // Extension |
| - [RaisesException] void overrideMimeType(DOMString override); |
| + void overrideMimeType(DOMString override); |
| }; |