| Index: Source/core/html/forms/URLInputType.h
|
| diff --git a/Source/core/html/forms/URLInputType.h b/Source/core/html/forms/URLInputType.h
|
| index 7c310b52d7df42ae98051e6a9ace91ad98d64926..98f53f21b389623041e254f1d1dd7136e6fa873a 100644
|
| --- a/Source/core/html/forms/URLInputType.h
|
| +++ b/Source/core/html/forms/URLInputType.h
|
| @@ -37,10 +37,10 @@ namespace WebCore {
|
|
|
| class URLInputType : public BaseTextInputType {
|
| public:
|
| - static PassRefPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| - URLInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
|
| + URLInputType(HTMLInputElement& element) : BaseTextInputType(element) { }
|
| virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool typeMismatchFor(const String&) const OVERRIDE;
|
|
|