Index: Source/core/html/TextFieldInputType.h |
diff --git a/Source/core/html/TextFieldInputType.h b/Source/core/html/TextFieldInputType.h |
index 48e06fc9d4df1222c23237edfd1b8d30ef81d446..43f13f962b0c81b4d78a0057c7a385150d46aac7 100644 |
--- a/Source/core/html/TextFieldInputType.h |
+++ b/Source/core/html/TextFieldInputType.h |
@@ -43,7 +43,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(Handle<HTMLInputElement>); |
virtual ~TextFieldInputType(); |
virtual bool canSetSuggestedValue() OVERRIDE; |
virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE; |