| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index b24413c14b06ca235bfa3f4a473b337f1e78fddb..6be33525ffefff8a26aee48b2d91aec71f4da1e4 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -145,6 +145,7 @@ inline bool isHTMLTextFormControlElement(const Element& element)
|
| DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLTextFormControlElement);
|
|
|
| HTMLTextFormControlElement* enclosingTextFormControl(const Position&);
|
| +HTMLTextFormControlElement* enclosingTextFormControl(Node*);
|
|
|
| } // namespace
|
|
|
|
|