| Index: Source/core/xmlhttprequest/XMLHttpRequest.h
|
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequest.h b/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| index ebac5ad22add0e593e3e773ee3d1cf9041055bcb..d7151be5273c7067de03b8420e1cf2a38248c3bb 100644
|
| --- a/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| +++ b/Source/core/xmlhttprequest/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().
|
|
|