Chromium Code Reviews| Index: Source/core/html/forms/ButtonInputType.cpp |
| diff --git a/Source/core/html/forms/ButtonInputType.cpp b/Source/core/html/forms/ButtonInputType.cpp |
| index 6b6d0c7ab1c3313899e46adf03e613f086741bd4..b56ac9a2123ed068e8ffe6694e3e983b97c9c38e 100644 |
| --- a/Source/core/html/forms/ButtonInputType.cpp |
| +++ b/Source/core/html/forms/ButtonInputType.cpp |
| @@ -36,7 +36,7 @@ |
| namespace WebCore { |
| -PassRefPtr<InputType> ButtonInputType::create(HTMLInputElement* element) |
| +PassRefPtr<InputType> ButtonInputType::create(HTMLInputElement& element) |
| { |
| return adoptRef(new ButtonInputType(element)); |
| } |