| Index: third_party/WebKit/Source/core/html/TextControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/TextControlElement.h b/third_party/WebKit/Source/core/html/TextControlElement.h
|
| index 180eb093fa1d3ea3a48d60bf0471b9f20c64e889..252abd4fac06da828cf235ee99ebe92d71c9f753 100644
|
| --- a/third_party/WebKit/Source/core/html/TextControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/TextControlElement.h
|
| @@ -221,7 +221,7 @@ inline bool isTextControlElement(const Element& element) {
|
|
|
| DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(TextControlElement);
|
|
|
| -TextControlElement* enclosingTextControl(const Position&);
|
| +CORE_EXPORT TextControlElement* enclosingTextControl(const Position&);
|
| TextControlElement* enclosingTextControl(Node*);
|
|
|
| } // namespace blink
|
|
|