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