Chromium Code Reviews| Index: Source/modules/serviceworkers/Request.h |
| diff --git a/Source/modules/serviceworkers/Request.h b/Source/modules/serviceworkers/Request.h |
| index a2387b5463d80f9ad75093d99c1504f27ce2776c..36fe5631cc371f70cf3d3c920ea1e089e49dfa61 100644 |
| --- a/Source/modules/serviceworkers/Request.h |
| +++ b/Source/modules/serviceworkers/Request.h |
| @@ -3,6 +3,7 @@ |
| // found in the LICENSE file. |
| #ifndef Request_h |
| + |
|
dominicc (has gone to gerrit)
2014/08/11 01:40:41
No.
gavinp
2014/08/13 23:25:23
No!
|
| #define Request_h |
| #include "bindings/core/v8/Dictionary.h" |
| @@ -46,6 +47,8 @@ public: |
| String mode() const; |
| String credentials() const; |
| + void populateWebServiceWorkerRequest(WebServiceWorkerRequest&); |
| + |
| void trace(Visitor*); |
| private: |