| Index: Source/modules/serviceworkers/Response.h
|
| diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h
|
| index 87f96d8673a6991fb3d4afa2a1fa29464406e000..4d35aa110f3b5ad3733256b9d036095e9778ba78 100644
|
| --- a/Source/modules/serviceworkers/Response.h
|
| +++ b/Source/modules/serviceworkers/Response.h
|
| @@ -54,6 +54,8 @@ public:
|
|
|
| void populateWebServiceWorkerResponse(WebServiceWorkerResponse&);
|
|
|
| + bool hasBody() const { return m_response->blobDataHandle(); }
|
| +
|
| virtual void trace(Visitor*) override;
|
|
|
| private:
|
|
|