diff options
Diffstat (limited to 'Source/WebCore/xml/XMLHttpRequestException.cpp')
| -rw-r--r-- | Source/WebCore/xml/XMLHttpRequestException.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/xml/XMLHttpRequestException.cpp b/Source/WebCore/xml/XMLHttpRequestException.cpp index c06c07c0d..b8cb2f399 100644 --- a/Source/WebCore/xml/XMLHttpRequestException.cpp +++ b/Source/WebCore/xml/XMLHttpRequestException.cpp @@ -36,7 +36,8 @@ static struct XMLHttpRequestExceptionNameDescription { const char* const description; } exceptions[] = { { "NETWORK_ERR", "A network error occurred in synchronous requests." }, - { "ABORT_ERR", "The user aborted a request in synchronous requests." } + { "ABORT_ERR", "The user aborted a request in synchronous requests." }, + { "TIMEOUT_ERR", "A timeout error occured in synchronous requests." } }; bool XMLHttpRequestException::initializeDescription(ExceptionCode ec, ExceptionCodeDescription* description) |
