Chromium Code Reviews| Index: Source/modules/serviceworkers/Request.h |
| diff --git a/Source/modules/serviceworkers/Request.h b/Source/modules/serviceworkers/Request.h |
| index e1aab04b15679396157634d9417fd3699f3a379e..169bfde8bc85b3f83315c8653d41028f537f90ec 100644 |
| --- a/Source/modules/serviceworkers/Request.h |
| +++ b/Source/modules/serviceworkers/Request.h |
| @@ -46,6 +46,8 @@ public: |
| String mode() const; |
| String credentials() const; |
| + void populateWebServiceWorkerRequest(WebServiceWorkerRequest&); |
| + |
| void trace(Visitor*); |
| private: |