| Index: Source/core/html/forms/TextFieldInputType.h
|
| diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h
|
| index 41eaf3dff62c9bed014c13634a8aa2061bfb8910..29f01f3a1a969ec377cb7e12c2df5b6cc016862f 100644
|
| --- a/Source/core/html/forms/TextFieldInputType.h
|
| +++ b/Source/core/html/forms/TextFieldInputType.h
|
| @@ -43,7 +43,7 @@ class FormDataList;
|
| class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextFieldInputType);
|
| public:
|
| - virtual void trace(Visitor* visitor) override { InputType::trace(visitor); }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { InputType::trace(visitor); }
|
|
|
| protected:
|
| TextFieldInputType(HTMLInputElement&);
|
|
|