| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index 06ed867b1d9bee47eeb37b4c65df78964a671713..368e13b9814d39b26af1b411aaca7e9c496f7c43 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -84,7 +84,7 @@ class ListAttributeTargetObserver : public IdTargetObserver {
|
| public:
|
| static PassOwnPtrWillBeRawPtr<ListAttributeTargetObserver> create(const AtomicString& id, HTMLInputElement*);
|
| DECLARE_VIRTUAL_TRACE();
|
| - virtual void idTargetChanged() override;
|
| + void idTargetChanged() override;
|
|
|
| private:
|
| ListAttributeTargetObserver(const AtomicString& id, HTMLInputElement*);
|
|
|