| Index: Source/core/html/SearchInputType.h
|
| diff --git a/Source/core/html/SearchInputType.h b/Source/core/html/SearchInputType.h
|
| index c0c122b004e690342b50c5128fc01f72debd6469..21c75a389bab23a6989021d9f8db38a2fcc8f44e 100644
|
| --- a/Source/core/html/SearchInputType.h
|
| +++ b/Source/core/html/SearchInputType.h
|
| @@ -41,7 +41,7 @@ class SearchFieldDecorationElement;
|
|
|
| class SearchInputType : public BaseTextInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| void stopSearchEventTimer();
|
|
|
|
|