| Index: Source/core/html/ResetInputType.cpp
|
| diff --git a/Source/core/html/ResetInputType.cpp b/Source/core/html/ResetInputType.cpp
|
| index 332e3ed1c8abdb53dff8dffb3687f97b95697485..793d73c4369b84d5200233a4320e4dc60d5e76b3 100644
|
| --- a/Source/core/html/ResetInputType.cpp
|
| +++ b/Source/core/html/ResetInputType.cpp
|
| @@ -41,7 +41,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -PassOwnPtr<InputType> ResetInputType::create(HTMLInputElement* element)
|
| +PassOwnPtr<InputType> ResetInputType::create(Handle<HTMLInputElement> element)
|
| {
|
| return adoptPtr(new ResetInputType(element));
|
| }
|
|
|