Index: Source/core/html/forms/TextFieldInputType.h |
diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h |
index 1516e8eea4255c4d3d1d10ee4c2a6566fdf3c3e2..c08177896f42db8a6dc52230846968b1d622a726 100644 |
--- a/Source/core/html/forms/TextFieldInputType.h |
+++ b/Source/core/html/forms/TextFieldInputType.h |
@@ -42,7 +42,7 @@ class FormDataList; |
// It supports not only the types for BaseTextInputType but also type=number. |
class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner { |
protected: |
- TextFieldInputType(HTMLInputElement*); |
+ TextFieldInputType(HTMLInputElement&); |
virtual ~TextFieldInputType(); |
virtual bool canSetSuggestedValue() OVERRIDE; |
virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE; |