| Index: Source/core/html/forms/SearchInputType.h
|
| diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h
|
| index d1a5e2f704bec1e0e7aaa50d487c6d5ea55a8ac7..66c22948e23d095a7d322cbc0938ebea31e2a30a 100644
|
| --- a/Source/core/html/forms/SearchInputType.h
|
| +++ b/Source/core/html/forms/SearchInputType.h
|
| @@ -41,12 +41,12 @@ class SearchFieldDecorationElement;
|
|
|
| class SearchInputType : public BaseTextInputType {
|
| public:
|
| - static PassRefPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement&);
|
|
|
| void stopSearchEventTimer();
|
|
|
| private:
|
| - SearchInputType(HTMLInputElement*);
|
| + SearchInputType(HTMLInputElement&);
|
| virtual void countUsage() OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
|
|