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