| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index 8814031fc868047dd6d0b42aa09cf90f369e378f..7edc5f84f90d8f38e720998a785289b9d36f6bbd 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -199,6 +199,8 @@ private:
|
| // Handles didFail() call for timeout.
|
| void handleDidTimeout();
|
|
|
| + void handleRequestError(ExceptionCode, const AtomicString&);
|
| +
|
| OwnPtr<XMLHttpRequestUpload> m_upload;
|
|
|
| KURL m_url;
|
|
|