| Index: Source/core/html/SearchInputType.h
|
| diff --git a/Source/core/html/SearchInputType.h b/Source/core/html/SearchInputType.h
|
| index f7f55310e82cec48120e639f21a2f10718812f9c..c0c122b004e690342b50c5128fc01f72debd6469 100644
|
| --- a/Source/core/html/SearchInputType.h
|
| +++ b/Source/core/html/SearchInputType.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| private:
|
| SearchInputType(HTMLInputElement*);
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool shouldRespectSpeechAttribute() OVERRIDE;
|
|
|