| Index: Source/core/html/shadow/DateTimeEditElement.h
|
| diff --git a/Source/core/html/shadow/DateTimeEditElement.h b/Source/core/html/shadow/DateTimeEditElement.h
|
| index a5b2c3b1940dd9d38d15c0396696fa011d38e87e..654623764cefcf7102f0d8f4e7bf520032d913c2 100644
|
| --- a/Source/core/html/shadow/DateTimeEditElement.h
|
| +++ b/Source/core/html/shadow/DateTimeEditElement.h
|
| @@ -82,7 +82,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<DateTimeEditElement> create(Document&, EditControlOwner&);
|
|
|
| virtual ~DateTimeEditElement();
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| void addField(PassRefPtrWillBeRawPtr<DateTimeFieldElement>);
|
| bool anyEditableFieldsHaveValues() const;
|
|
|