| Index: Source/core/html/TelephoneInputType.h
|
| diff --git a/Source/core/html/TelephoneInputType.h b/Source/core/html/TelephoneInputType.h
|
| index 054325ad33a2cb4d99ce69a0f3ea560f3eee931b..b21cd41a1b09b4798d5b2d1e9c93ad891246ef16 100644
|
| --- a/Source/core/html/TelephoneInputType.h
|
| +++ b/Source/core/html/TelephoneInputType.h
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
|
|
| class TelephoneInputType : public BaseTextInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| TelephoneInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
|
|
|