| Index: Source/core/html/forms/InputTypeView.cpp
|
| diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
|
| index 74a71bb3cab4854bd9ace99e3e1d5693e76c7f9a..ce48e891b62d37785afe754ca27ba0db39ba911c 100644
|
| --- a/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/Source/core/html/forms/InputTypeView.cpp
|
| @@ -92,7 +92,7 @@ bool InputTypeView::shouldSubmitImplicitly(Event* event)
|
| return false;
|
| }
|
|
|
| -PassRefPtr<HTMLFormElement> InputTypeView::formForSubmission() const
|
| +PassRefPtrWillBeRawPtr<HTMLFormElement> InputTypeView::formForSubmission() const
|
| {
|
| return element().form();
|
| }
|
|
|