| Index: Source/core/html/shadow/PickerIndicatorElement.h
|
| diff --git a/Source/core/html/shadow/PickerIndicatorElement.h b/Source/core/html/shadow/PickerIndicatorElement.h
|
| index c3d47396e67b2af366f387c1aada9e6502cc2568..ba29c6c88465d7d73444d0ba531db4e15408fb11 100644
|
| --- a/Source/core/html/shadow/PickerIndicatorElement.h
|
| +++ b/Source/core/html/shadow/PickerIndicatorElement.h
|
| @@ -57,7 +57,7 @@ public:
|
|
|
| static PassRefPtrWillBeRawPtr<PickerIndicatorElement> create(Document&, PickerIndicatorOwner&);
|
| virtual ~PickerIndicatorElement();
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| void openPopup();
|
| void closePopup();
|
|
|