| Index: Source/core/html/DateTimeInputType.cpp
|
| diff --git a/Source/core/html/DateTimeInputType.cpp b/Source/core/html/DateTimeInputType.cpp
|
| index 45e45b342392bd5f9719a5146280c0e193882b12..ef09feae0827640e8ce9e0a7781fc0d2510d409d 100644
|
| --- a/Source/core/html/DateTimeInputType.cpp
|
| +++ b/Source/core/html/DateTimeInputType.cpp
|
| @@ -55,7 +55,7 @@ static const int dateTimeDefaultStep = 60;
|
| static const int dateTimeDefaultStepBase = 0;
|
| static const int dateTimeStepScaleFactor = 1000;
|
|
|
| -PassOwnPtr<InputType> DateTimeInputType::create(HTMLInputElement* element)
|
| +PassOwnPtr<InputType> DateTimeInputType::create(Handle<HTMLInputElement> element)
|
| {
|
| return adoptPtr(new DateTimeInputType(element));
|
| }
|
|
|