| Index: Source/core/xml/XMLHttpRequest.cpp
|
| diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp
|
| index 2fa539922b1e9add0321837e8faa9abc8c2e1731..0264d800ca7f7d1c4e78268f132e389ea19f52c6 100644
|
| --- a/Source/core/xml/XMLHttpRequest.cpp
|
| +++ b/Source/core/xml/XMLHttpRequest.cpp
|
| @@ -803,7 +803,7 @@ void XMLHttpRequest::createRequest(ExceptionState& es)
|
| if (!m_exceptionCode && m_error)
|
| m_exceptionCode = NetworkError;
|
| if (m_exceptionCode)
|
| - es.throwDOMException(m_exceptionCode);
|
| + es.throwUninformativeAndGenericDOMException(m_exceptionCode);
|
| }
|
|
|
| void XMLHttpRequest::abort()
|
|
|