Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index 0fb3a1cd12eb7afe1a9cabe3c11df0c4e056c0d1..12a95273b10bb7397071c5ba2de5ed3b7cba47c0 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -138,8 +138,8 @@ public: |
void setValueFromRenderer(const String&); |
- int selectionStartForBinding(ExceptionState&) const; |
- int selectionEndForBinding(ExceptionState&) const; |
+ unsigned selectionStartForBinding(ExceptionState&) const; |
+ unsigned selectionEndForBinding(ExceptionState&) const; |
String selectionDirectionForBinding(ExceptionState&) const; |
void setSelectionStartForBinding(int, ExceptionState&); |
void setSelectionEndForBinding(int, ExceptionState&); |