| Index: Source/core/html/TextInputType.h
|
| diff --git a/Source/core/html/TextInputType.h b/Source/core/html/TextInputType.h
|
| index bb9e6b3f7e13bc6816777e637661c6a2d8bff171..c646636e69a93de4a705a1de1b19df03b018a74c 100644
|
| --- a/Source/core/html/TextInputType.h
|
| +++ b/Source/core/html/TextInputType.h
|
| @@ -41,7 +41,7 @@ public:
|
|
|
| private:
|
| TextInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool shouldRespectSpeechAttribute() OVERRIDE;
|
| virtual bool supportsInputModeAttribute() const OVERRIDE;
|
|
|