| Index: Source/core/html/track/vtt/VTTRegionList.h
|
| diff --git a/Source/core/html/track/vtt/VTTRegionList.h b/Source/core/html/track/vtt/VTTRegionList.h
|
| index 92fcba86e6b37aee67842c1220bcee6642c32d9b..350fb6f2ef8aff5430e0b8ceb630d0dce76d31ca 100644
|
| --- a/Source/core/html/track/vtt/VTTRegionList.h
|
| +++ b/Source/core/html/track/vtt/VTTRegionList.h
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace blink {
|
|
|
| -class VTTRegionList FINAL : public RefCountedWillBeGarbageCollected<VTTRegionList>, public ScriptWrappable {
|
| +class VTTRegionList final : public RefCountedWillBeGarbageCollected<VTTRegionList>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<VTTRegionList> create()
|
|
|