Chromium Code Reviews| Index: Source/modules/serviceworkers/Response.h |
| diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h |
| index 87f96d8673a6991fb3d4afa2a1fa29464406e000..7b74185127440509c3663c0e2bb93a20ffb1e935 100644 |
| --- a/Source/modules/serviceworkers/Response.h |
| +++ b/Source/modules/serviceworkers/Response.h |
| @@ -54,6 +54,8 @@ public: |
| void populateWebServiceWorkerResponse(WebServiceWorkerResponse&); |
| + bool hasBody() const; |
| + |
| virtual void trace(Visitor*) override; |
| private: |