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 2d050e2bea7be1d2f6639bca7d8c30c81772e634..d95e6a18bdfcd8f7197900c3bc4edc665c2cc288 100644 |
--- a/third_party/WebKit/Source/core/html/TextControlElement.h |
+++ b/third_party/WebKit/Source/core/html/TextControlElement.h |
@@ -223,7 +223,7 @@ inline bool isTextControlElement(const Element& element) { |
DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(TextControlElement); |
TextControlElement* enclosingTextControl(const Position&); |
-TextControlElement* enclosingTextControl(Node*); |
+TextControlElement* enclosingTextControl(const Node*); |
} // namespace blink |