Index: Source/core/html/forms/TelephoneInputType.cpp |
diff --git a/Source/core/html/forms/TelephoneInputType.cpp b/Source/core/html/forms/TelephoneInputType.cpp |
index 933e4aedb606d2a72152205226df99c494bc211f..174288fc1e4be19af42ef2812de0078de07d4422 100644 |
--- a/Source/core/html/forms/TelephoneInputType.cpp |
+++ b/Source/core/html/forms/TelephoneInputType.cpp |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
-PassRefPtr<InputType> TelephoneInputType::create(HTMLInputElement* element) |
+PassRefPtr<InputType> TelephoneInputType::create(HTMLInputElement& element) |
{ |
return adoptRef(new TelephoneInputType(element)); |
} |