| 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 4fcbdc132aa0059e324bbea5f7de19d87e1230c3..642ef896a1cae22efdc226b5f7f1a39104d00ba7 100644
|
| --- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| +++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| @@ -39,7 +39,7 @@
|
| void notifyLockReleased();
|
|
|
| // ActiveScriptWrappable
|
| - bool hasPendingActivity() const;
|
| + bool hasPendingActivity() const final;
|
|
|
| // ActiveDOMObject
|
| void stop() override;
|
|
|