| Index: third_party/WebKit/Source/core/html/forms/ImageInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ImageInputType.h b/third_party/WebKit/Source/core/html/forms/ImageInputType.h
|
| index 86482196f47e33cb373c287a632538c4eda7f2e5..ec37ba43672fec9d0b9509ac900165b0fb48890c 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ImageInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/ImageInputType.h
|
| @@ -40,7 +40,7 @@ namespace blink {
|
|
|
| class ImageInputType final : public BaseButtonInputType {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
|
| + static RawPtr<InputType> create(HTMLInputElement&);
|
| virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject(PassRefPtr<ComputedStyle>);
|
|
|
| private:
|
|
|