Index: Source/core/xml/XMLHttpRequest.h |
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h |
index 873f2eceac62223c40d7a7c1d29ee7713efeb476..f15701f1db7a3412c571f67f3f715be8f794e935 100644 |
--- a/Source/core/xml/XMLHttpRequest.h |
+++ b/Source/core/xml/XMLHttpRequest.h |
@@ -110,7 +110,7 @@ |
void send(ArrayBufferView*, ExceptionState&); |
void abort(); |
void setRequestHeader(const AtomicString& name, const AtomicString& value, ExceptionState&); |
- void overrideMimeType(const AtomicString& override, ExceptionState&); |
+ void overrideMimeType(const AtomicString& override); |
String getAllResponseHeaders() const; |
const AtomicString& getResponseHeader(const AtomicString&) const; |
ScriptString responseText(ExceptionState&); |