Index: WebCore/html/HTMLFormControlElement.h |
=================================================================== |
--- WebCore/html/HTMLFormControlElement.h (revision 70347) |
+++ WebCore/html/HTMLFormControlElement.h (working copy) |
@@ -185,7 +185,7 @@ |
void setSelectionEnd(int); |
void select(); |
void setSelectionRange(int start, int end); |
- VisibleSelection selection() const; |
+ PassRefPtr<Range> selection() const; |
protected: |
HTMLTextFormControlElement(const QualifiedName&, Document*, HTMLFormElement*); |