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