| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index 03d37aa63b9ffd05eb4fd05580d20e69739066a7..5ca9a35360618f8be718de98a015d6dda64d9481 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -156,8 +156,8 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
|
| // delay the 'input' event with EventQueueScope.
|
| void setValueFromRenderer(const String&);
|
|
|
| - unsigned selectionStartForBinding(ExceptionState&) const;
|
| - unsigned selectionEndForBinding(ExceptionState&) const;
|
| + unsigned selectionStartForBinding(bool&, ExceptionState&) const;
|
| + unsigned selectionEndForBinding(bool&, ExceptionState&) const;
|
| String selectionDirectionForBinding(ExceptionState&) const;
|
| void setSelectionStartForBinding(unsigned, ExceptionState&);
|
| void setSelectionEndForBinding(unsigned, ExceptionState&);
|
|
|