| Index: Source/core/html/forms/ColorInputType.h
|
| diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h
|
| index d2e978319de5226fe676e67006d693ca8aa7dbef..995e7b9b6000c0c6e1ddeb0d93d38172f752b798 100644
|
| --- a/Source/core/html/forms/ColorInputType.h
|
| +++ b/Source/core/html/forms/ColorInputType.h
|
| @@ -42,7 +42,7 @@ class ColorInputType final : public BaseClickableWithKeyInputType, public ColorC
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ColorInputType);
|
| public:
|
| static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
|
| - virtual ~ColorInputType();
|
| + ~ColorInputType() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // ColorChooserClient implementation.
|
|
|