| Index: Source/core/html/TextInputType.h
|
| diff --git a/Source/core/html/TextInputType.h b/Source/core/html/TextInputType.h
|
| index 5f4ebf7ba94ff0b8ceff74ea6b6c9f7f95f99a10..a39066a7f55e62309862a6b1f8931fcfe1c22d01 100644
|
| --- a/Source/core/html/TextInputType.h
|
| +++ b/Source/core/html/TextInputType.h
|
| @@ -37,10 +37,10 @@ namespace WebCore {
|
|
|
| class TextInputType : public BaseTextInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassOwnPtr<InputType> create(Handle<HTMLInputElement>);
|
|
|
| private:
|
| - TextInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
|
| + TextInputType(Handle<HTMLInputElement> element) : BaseTextInputType(element) { }
|
| virtual void attach() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool shouldRespectSpeechAttribute() OVERRIDE;
|
|
|