| Index: Source/modules/serviceworkers/Request.h
|
| diff --git a/Source/modules/serviceworkers/Request.h b/Source/modules/serviceworkers/Request.h
|
| index 04283ba997478cb16884f171a27ccbea81198c84..9448ffc594dd9c5c9fdf2b7c086410a34564f116 100644
|
| --- a/Source/modules/serviceworkers/Request.h
|
| +++ b/Source/modules/serviceworkers/Request.h
|
| @@ -49,6 +49,7 @@ public:
|
| void populateWebServiceWorkerRequest(WebServiceWorkerRequest&) const;
|
|
|
| void setBodyBlobHandle(PassRefPtr<BlobDataHandle>);
|
| + bool hasBody() const { return m_request->blobDataHandle(); }
|
|
|
| virtual void trace(Visitor*) override;
|
|
|
|
|