| Index: third_party/WebKit/Source/core/html/forms/TextInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TextInputType.h b/third_party/WebKit/Source/core/html/forms/TextInputType.h
|
| index f09aa9ebe27c07df6c0889e8766d6fd55bbc41f3..5d7dbc64cb45963793f3b43e3ed2c375b54908ac 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TextInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/TextInputType.h
|
| @@ -37,7 +37,7 @@ namespace blink {
|
|
|
| class TextInputType final : public BaseTextInputType {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
|
| + static RawPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| TextInputType(HTMLInputElement& element) : BaseTextInputType(element) { }
|
|
|