| Index: Source/modules/serviceworkers/RequestInit.h
|
| diff --git a/Source/modules/serviceworkers/RequestInit.h b/Source/modules/serviceworkers/RequestInit.h
|
| index 59b9aac6e7526ffcd2cdc0fc6c979412e0416aa2..83553fbdce14993fbf3bcd0c10a48067a0580a36 100644
|
| --- a/Source/modules/serviceworkers/RequestInit.h
|
| +++ b/Source/modules/serviceworkers/RequestInit.h
|
| @@ -22,7 +22,7 @@ public:
|
| explicit RequestInit(ExecutionContext*, const Dictionary&, ExceptionState&);
|
|
|
| String method;
|
| - RefPtrWillBeMember<Headers> headers;
|
| + Member<Headers> headers;
|
| Dictionary headersDictionary;
|
| RefPtr<BlobDataHandle> bodyBlobHandle;
|
| String mode;
|
|
|