Index: Source/core/html/forms/BaseTextInputType.h |
diff --git a/Source/core/html/forms/BaseTextInputType.h b/Source/core/html/forms/BaseTextInputType.h |
index 05e2cd5f65ab65a6e7ec966abb9cd4919e53b355..8c917a0b61616d4e41ede66782854fdc8eada1ff 100644 |
--- a/Source/core/html/forms/BaseTextInputType.h |
+++ b/Source/core/html/forms/BaseTextInputType.h |
@@ -39,7 +39,7 @@ namespace WebCore { |
// They support maxlength, selection functions, and so on. |
class BaseTextInputType : public TextFieldInputType { |
protected: |
- BaseTextInputType(HTMLInputElement* element) : TextFieldInputType(element) { } |
+ BaseTextInputType(HTMLInputElement& element) : TextFieldInputType(element) { } |
private: |
virtual bool isTextType() const OVERRIDE; |