| Index: Source/core/html/forms/InputTypeView.cpp
|
| diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
|
| index bdfa27fd300fd7b6d22ac4b7419e0ee48623ef29..bbc1ba0c5b5d083b1fa59556fc53a70d10dc7697 100644
|
| --- a/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/Source/core/html/forms/InputTypeView.cpp
|
| @@ -34,6 +34,11 @@
|
|
|
| namespace WebCore {
|
|
|
| +PassRefPtr<InputTypeView> InputTypeView::create(HTMLInputElement* input)
|
| +{
|
| + return adoptRef(new InputTypeView(input));
|
| +}
|
| +
|
| InputTypeView::~InputTypeView()
|
| {
|
| }
|
|
|