| Index: Source/core/rendering/RenderTextControl.h
|
| diff --git a/Source/core/rendering/RenderTextControl.h b/Source/core/rendering/RenderTextControl.h
|
| index fe1194abcfaae15476fe48c0828fcf646b43289f..5291473905f79aaf676040b38cc12d937f2cc447 100644
|
| --- a/Source/core/rendering/RenderTextControl.h
|
| +++ b/Source/core/rendering/RenderTextControl.h
|
| @@ -33,7 +33,7 @@ class RenderTextControl : public RenderBlock {
|
| public:
|
| virtual ~RenderTextControl();
|
|
|
| - HTMLTextFormControlElement* textFormControlElement() const;
|
| + Result<HTMLTextFormControlElement> textFormControlElement() const;
|
| virtual PassRefPtr<RenderStyle> createInnerTextStyle(const RenderStyle* startStyle) const = 0;
|
|
|
| protected:
|
|
|