| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index f254b160ab04d5b37c351009e02e881876534b1f..e716ed450cb579c5bcb9c679dc60f516c54c2d05 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -223,8 +223,6 @@ private:
|
| // m_receivedLength and m_response.
|
| void dispatchProgressEventFromSnapshot(const AtomicString&);
|
|
|
| - // Does clean up common for all kind of didFail() call.
|
| - void handleDidFailGeneric();
|
| // Handles didFail() call not caused by cancellation or timeout.
|
| void handleNetworkError();
|
| // Handles didFail() call for cancellations. For example, the
|
|
|