Index: Source/core/xml/XMLHttpRequest.h |
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h |
index 0310370d79603b92fe3f4e4adfca537662020f68..af99ce153ef081d1076c3ea36b41218a7bcaed5b 100644 |
--- a/Source/core/xml/XMLHttpRequest.h |
+++ b/Source/core/xml/XMLHttpRequest.h |
@@ -158,7 +158,7 @@ private: |
SecurityOrigin* securityOrigin() const; |
virtual void didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent) override; |
- virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) override; |
+ virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&, PassOwnPtr<WebDataConsumerHandle>) override; |
virtual void didReceiveData(const char* data, unsigned dataLength) override; |
// When responseType is set to "blob", didDownloadData() is called instead |
// of didReceiveData(). |