| Index: Source/modules/serviceworkers/Response.h
 | 
| diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h
 | 
| index 8c57935428120ccb67668ea264172d229dbe7e64..01e1a637b168758f743e0c16c54481ae724c5701 100644
 | 
| --- a/Source/modules/serviceworkers/Response.h
 | 
| +++ b/Source/modules/serviceworkers/Response.h
 | 
| @@ -24,7 +24,7 @@ class Blob;
 | 
|  class ExceptionState;
 | 
|  class ResponseInit;
 | 
|  
 | 
| -class Response FINAL : public RefCountedWillBeGarbageCollectedFinalized<Response>, public ScriptWrappable {
 | 
| +class Response FINAL : public RefCountedWillBeGarbageCollected<Response>, public ScriptWrappable {
 | 
|      DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(Response);
 | 
|  public:
 | 
|      static PassRefPtrWillBeRawPtr<Response> create(Blob*, const Dictionary&, ExceptionState&);
 | 
| 
 |