| Index: Source/modules/serviceworkers/Request.h
|
| diff --git a/Source/modules/serviceworkers/Request.h b/Source/modules/serviceworkers/Request.h
|
| index e4a99c529bb38aa2628eb410e0510fb0bc09d4f6..3e5b466d306f538e4869f5450b545d75f920dcc8 100644
|
| --- a/Source/modules/serviceworkers/Request.h
|
| +++ b/Source/modules/serviceworkers/Request.h
|
| @@ -45,6 +45,8 @@ public:
|
| String mode() const;
|
| String credentials() const;
|
|
|
| + void populateWebServiceWorkerRequest(WebServiceWorkerRequest&);
|
| +
|
| void trace(Visitor*);
|
|
|
| private:
|
|
|