| Index: third_party/WebKit/Source/modules/fetch/Response.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
|
| index 8350c69cfffa35a9907793341f4b4c9150d1e395..f4d5518d973c589f5bccb2e9b2579d7606a28c27 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.h
|
| @@ -32,8 +32,6 @@ class MODULES_EXPORT Response final : public Body {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WTF_MAKE_NONCOPYABLE(Response);
|
| public:
|
| - ~Response() override { }
|
| -
|
| // From Response.idl:
|
| static Response* create(ScriptState*, ExceptionState&);
|
| static Response* create(ScriptState*, ScriptValue body, const Dictionary&, ExceptionState&);
|
|
|