| 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 e3335d53bbe63592588117ed9fc981b2abd4cb53..be06f2c5c4096e5faa3f1a5023a134a7efd4a21e 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.h
|
| @@ -60,8 +60,10 @@ public:
|
| // From Response.idl:
|
| Response* clone(ExceptionState&);
|
|
|
| + // ActiveScriptWrappable
|
| + bool hasPendingActivity() const final;
|
| +
|
| // ActiveDOMObject
|
| - bool hasPendingActivity() const override;
|
| void stop() override;
|
|
|
| // Does not call response.setBlobDataHandle().
|
|
|