| Index: Source/core/html/TextInputType.cpp
|
| diff --git a/Source/core/html/TextInputType.cpp b/Source/core/html/TextInputType.cpp
|
| index ff8d2bf25d88df7cd8afff2332567cbf0002e7e0..fe0e1232da89e3259d56c4edb0cbacc55095a0b5 100644
|
| --- a/Source/core/html/TextInputType.cpp
|
| +++ b/Source/core/html/TextInputType.cpp
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -PassOwnPtr<InputType> TextInputType::create(HTMLInputElement* element)
|
| +PassOwnPtr<InputType> TextInputType::create(Handle<HTMLInputElement> element)
|
| {
|
| return adoptPtr(new TextInputType(element));
|
| }
|
|
|