| Index: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| index 642ef896a1cae22efdc226b5f7f1a39104d00ba7..4fcbdc132aa0059e324bbea5f7de19d87e1230c3 100644
|
| --- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| +++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| @@ -39,7 +39,7 @@ public:
|
| void notifyLockReleased();
|
|
|
| // ActiveScriptWrappable
|
| - bool hasPendingActivity() const final;
|
| + bool hasPendingActivity() const;
|
|
|
| // ActiveDOMObject
|
| void stop() override;
|
|
|