| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index 4a9cae587463094b90a54194416a92bacf37873b..8b46c5cade6fcb4356be88c569b88d171c0b268e 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -46,7 +46,7 @@ class HTMLFormElement final : public HTMLElement {
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLFormElement> create(Document&);
|
| virtual ~HTMLFormElement();
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| void setNeedsValidityCheck(ValidityRecalcReason, bool isValid);
|
|
|
|
|