Index: third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h |
index b4e03dfba403de8dae408db3ade09efab1ee7c6e..9ebd2854cd85817e042223cce39f9e3d3273c60f 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h |
@@ -67,7 +67,7 @@ public: |
void setSelectionStart(int); |
void setSelectionEnd(int); |
void setSelectionDirection(const String&); |
- void select(NeedToDispatchSelectEvent = DispatchSelectEvent); |
+ void select(); |
virtual void setRangeText(const String& replacement, ExceptionState&); |
virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&); |
// Web-exposed setSelectionRange() function. This translates "none" |