summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/html/forms/TelephoneInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/forms/TelephoneInputType.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/forms/TelephoneInputType.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/forms/TelephoneInputType.h b/chromium/third_party/WebKit/Source/core/html/forms/TelephoneInputType.h
index b49b0a235c5..d636ee2bff6 100644
--- a/chromium/third_party/WebKit/Source/core/html/forms/TelephoneInputType.h
+++ b/chromium/third_party/WebKit/Source/core/html/forms/TelephoneInputType.h
@@ -37,10 +37,10 @@ namespace WebCore {
class TelephoneInputType : public BaseTextInputType {
public:
- static PassRefPtr<InputType> create(HTMLInputElement*);
+ static PassRefPtr<InputType> create(HTMLInputElement&);
private:
- TelephoneInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
+ TelephoneInputType(HTMLInputElement& element) : BaseTextInputType(element) { }
virtual void countUsage() OVERRIDE;
virtual const AtomicString& formControlType() const OVERRIDE;
virtual bool shouldRespectSpeechAttribute() OVERRIDE;