| Index: Source/modules/fetch/Response.h
|
| diff --git a/Source/modules/fetch/Response.h b/Source/modules/fetch/Response.h
|
| index 018bcc0d4c2235ab766ab539443a9edde4058bd1..b1883f4a32ff76c29a62454bc97ca91654329b9c 100644
|
| --- a/Source/modules/fetch/Response.h
|
| +++ b/Source/modules/fetch/Response.h
|
| @@ -18,7 +18,7 @@
|
| namespace blink {
|
|
|
| class Blob;
|
| -class BodyStreamBuffer;
|
| +class BodyStreamBuffer2;
|
| class DOMArrayBuffer;
|
| class ExceptionState;
|
| class ResponseInit;
|
| @@ -61,12 +61,10 @@ public:
|
|
|
| bool hasBody() const;
|
|
|
| - PassRefPtr<BlobDataHandle> blobDataHandle() const override;
|
| - BodyStreamBuffer* buffer() const override;
|
| + BodyStreamBuffer2* buffer() const override;
|
| String mimeType() const override;
|
|
|
| - PassRefPtr<BlobDataHandle> internalBlobDataHandle() const;
|
| - BodyStreamBuffer* internalBuffer() const;
|
| + BodyStreamBuffer2* internalBuffer() const;
|
| String internalMIMEType() const;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|