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