| Index: Source/core/html/forms/InputTypeView.h
|
| diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
|
| index 37ac415e598167e18ab93b4bb490473b14adbf62..9296078b6b53054ab04fc5881900b83580113d8f 100644
|
| --- a/Source/core/html/forms/InputTypeView.h
|
| +++ b/Source/core/html/forms/InputTypeView.h
|
| @@ -55,7 +55,7 @@ class RenderObject;
|
| class RenderStyle;
|
| class TouchEvent;
|
|
|
| -struct ClickHandlingState FINAL : public NoBaseWillBeGarbageCollected<ClickHandlingState> {
|
| +struct ClickHandlingState final : public NoBaseWillBeGarbageCollected<ClickHandlingState> {
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
|
|
| public:
|
|
|