| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index 548426246f220d56b4aff5c79ec46e982f13d784..0c5bf37f4617fedaba26a32bb7e8eaba82f784ca 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -69,7 +69,7 @@ public:
|
| virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
|
| void setSelectionRange(int start, int end, const String& direction);
|
| void setSelectionRange(int start, int end, TextFieldSelectionDirection = SelectionHasNoDirection);
|
| - PassRefPtr<Range> selection() const;
|
| + PassRefPtrWillBeRawPtr<Range> selection() const;
|
|
|
| virtual void dispatchFormControlChangeEvent() OVERRIDE FINAL;
|
|
|
|
|