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