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