| Index: Source/core/html/TelephoneInputType.cpp
|
| diff --git a/Source/core/html/TelephoneInputType.cpp b/Source/core/html/TelephoneInputType.cpp
|
| index e0f99c6f6d7e580df71b208988f1026d070f607f..e4e3e38c39a39b9a09d7b3567835cd261eb295d0 100644
|
| --- a/Source/core/html/TelephoneInputType.cpp
|
| +++ b/Source/core/html/TelephoneInputType.cpp
|
| @@ -36,9 +36,9 @@
|
|
|
| namespace WebCore {
|
|
|
| -PassOwnPtr<InputType> TelephoneInputType::create(HTMLInputElement* element)
|
| +PassRefPtr<InputType> TelephoneInputType::create(HTMLInputElement* element)
|
| {
|
| - return adoptPtr(new TelephoneInputType(element));
|
| + return adoptRef(new TelephoneInputType(element));
|
| }
|
|
|
| void TelephoneInputType::countUsage()
|
|
|