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