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..a67f9aa345ccdfa48f60bb3ec93ee53f591a0f36 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 setBodyBlobHandle(PassRefPtr<BlobDataHandle>); |
|
yhirano
2014/09/01 06:21:56
Is this function used?
horo
2014/09/01 07:29:32
Yes. It is called in createRequestWithRequestData(
yhirano
2014/09/01 08:36:30
Sorry I overlooked it.
|
| + |
| void trace(Visitor*); |
| private: |