| Index: third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| index b1b761c883a4ae04fba58595d523d4e1369556d7..61cb5887bc225c0d8f16a7fd68521f55be2693f0 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| @@ -41,7 +41,7 @@ class FormDataList;
|
| // The class represents types of which UI contain text fields.
|
| // It supports not only the types for BaseTextInputType but also type=number.
|
| class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextFieldInputType);
|
| + USING_GARBAGE_COLLECTED_MIXIN(TextFieldInputType);
|
| public:
|
| DEFINE_INLINE_VIRTUAL_TRACE() { InputType::trace(visitor); }
|
|
|
|
|