| Index: Source/core/xml/XMLHttpRequest.h
|
| ===================================================================
|
| --- Source/core/xml/XMLHttpRequest.h (revision 169408)
|
| +++ Source/core/xml/XMLHttpRequest.h (working copy)
|
| @@ -152,9 +152,6 @@
|
| virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) OVERRIDE;
|
| virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) OVERRIDE;
|
| virtual void didReceiveData(const char* data, int dataLength) OVERRIDE;
|
| - // When "blob" is specified as the responseType attribute, didDownloadData
|
| - // is called instead of didReceiveData.
|
| - virtual void didDownloadData(int dataLength) OVERRIDE;
|
| virtual void didFinishLoading(unsigned long identifier, double finishTime) OVERRIDE;
|
| virtual void didFail(const ResourceError&) OVERRIDE;
|
| virtual void didFailRedirectCheck() OVERRIDE;
|
| @@ -237,7 +234,6 @@
|
| RefPtr<Document> m_responseDocument;
|
|
|
| RefPtr<SharedBuffer> m_binaryResponseBuilder;
|
| - long long m_downloadedBlobLength;
|
| RefPtr<ArrayBuffer> m_responseArrayBuffer;
|
|
|
| bool m_error;
|
|
|