Index: Source/core/html/TelephoneInputType.h |
diff --git a/Source/core/html/TelephoneInputType.h b/Source/core/html/TelephoneInputType.h |
index 264d5a999b4fda8cd46168e3c1871006917cbd17..d39640b624a54ffc9ead14f09759f038b8e4f4c3 100644 |
--- a/Source/core/html/TelephoneInputType.h |
+++ b/Source/core/html/TelephoneInputType.h |
@@ -37,10 +37,10 @@ namespace WebCore { |
class TelephoneInputType : public BaseTextInputType { |
public: |
- static PassOwnPtr<InputType> create(HTMLInputElement*); |
+ static PassOwnPtr<InputType> create(Handle<HTMLInputElement>); |
private: |
- TelephoneInputType(HTMLInputElement* element) : BaseTextInputType(element) { } |
+ TelephoneInputType(Handle<HTMLInputElement> element) : BaseTextInputType(element) { } |
virtual void attach() OVERRIDE; |
virtual const AtomicString& formControlType() const OVERRIDE; |
virtual bool shouldRespectSpeechAttribute() OVERRIDE; |