| Index: Source/modules/serviceworkers/FetchRequestData.h
|
| diff --git a/Source/modules/serviceworkers/FetchRequestData.h b/Source/modules/serviceworkers/FetchRequestData.h
|
| index 6572c88fe48f538cb79f9d6b7d7e0dc5980ae5de..3e42f255b88c8bdbcf9678d9ea3dd5505acc9186 100644
|
| --- a/Source/modules/serviceworkers/FetchRequestData.h
|
| +++ b/Source/modules/serviceworkers/FetchRequestData.h
|
| @@ -84,6 +84,7 @@ public:
|
| void setHeaderList(FetchHeaderList* headerList) { m_headerList = headerList; }
|
| PassRefPtr<BlobDataHandle> blobDataHandle() const { return m_blobDataHandle; }
|
| void setBlobDataHandle(PassRefPtr<BlobDataHandle> blobHandle) { m_blobDataHandle = blobHandle; }
|
| + String contentType() const;
|
|
|
| void trace(Visitor*);
|
|
|
|
|