| Index: Source/core/html/forms/InputTypeView.h
|
| diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
|
| index 8ff949a1daae9194b84287a3a93e8d327c391495..73e66997bc3fbd1ab3545891aca07b2b6c0b38d9 100644
|
| --- a/Source/core/html/forms/InputTypeView.h
|
| +++ b/Source/core/html/forms/InputTypeView.h
|
| @@ -87,7 +87,7 @@ public:
|
| virtual void handleTouchEvent(TouchEvent*);
|
| virtual void forwardEvent(Event*);
|
| virtual bool shouldSubmitImplicitly(Event*);
|
| - virtual PassRefPtr<HTMLFormElement> formForSubmission() const;
|
| + virtual PassRefPtrWillBeRawPtr<HTMLFormElement> formForSubmission() const;
|
| virtual bool hasCustomFocusLogic() const;
|
| virtual void handleFocusEvent(Element* oldFocusedElement, FocusType);
|
| virtual void handleBlurEvent();
|
|
|