| Index: Source/core/dom/TouchList.h
|
| diff --git a/Source/core/dom/TouchList.h b/Source/core/dom/TouchList.h
|
| index 0e33557975b6c74fa98935b3e6d780909f890000..887e4300572f554c34f477b668f3fb2582d343b4 100644
|
| --- a/Source/core/dom/TouchList.h
|
| +++ b/Source/core/dom/TouchList.h
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace blink {
|
|
|
| -class TouchList FINAL : public RefCountedWillBeGarbageCollected<TouchList>, public ScriptWrappable {
|
| +class TouchList final : public RefCountedWillBeGarbageCollected<TouchList>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<TouchList> create()
|
|
|