| Index: Source/core/html/TelephoneInputType.cpp
|
| diff --git a/Source/core/html/TelephoneInputType.cpp b/Source/core/html/TelephoneInputType.cpp
|
| index 6a17c7d873bd668ec6e41ee2ab7a9d4dd31300f6..c6005c907a91ad3896b974c7887cc14a14532437 100644
|
| --- a/Source/core/html/TelephoneInputType.cpp
|
| +++ b/Source/core/html/TelephoneInputType.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -PassOwnPtr<InputType> TelephoneInputType::create(HTMLInputElement* element)
|
| +PassOwnPtr<InputType> TelephoneInputType::create(Handle<HTMLInputElement> element)
|
| {
|
| return adoptPtr(new TelephoneInputType(element));
|
| }
|
|
|