Index: Source/core/html/forms/ColorInputType.h |
diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h |
index 41a05e0b75290cea696f0ec3e1fd3e07702c86c3..9fb8ca37d2995a3e77fd8bc251da3d57aeb18d8a 100644 |
--- a/Source/core/html/forms/ColorInputType.h |
+++ b/Source/core/html/forms/ColorInputType.h |
@@ -43,7 +43,7 @@ class ColorInputType final : public BaseClickableWithKeyInputType, public ColorC |
public: |
static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&); |
virtual ~ColorInputType(); |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
// ColorChooserClient implementation. |
virtual void didChooseColor(const Color&) override; |