| Index: Source/core/html/URLInputType.h
|
| diff --git a/Source/core/html/URLInputType.h b/Source/core/html/URLInputType.h
|
| index 1adc39bd69ee9e13d5595940876900c501af30fd..439d5e9b028a3d850a552f56e3b2d4c17ef59c35 100644
|
| --- a/Source/core/html/URLInputType.h
|
| +++ b/Source/core/html/URLInputType.h
|
| @@ -41,7 +41,7 @@ public:
|
|
|
| private:
|
| URLInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool typeMismatchFor(const String&) const OVERRIDE;
|
| virtual bool typeMismatch() const OVERRIDE;
|
|
|