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