| Index: Source/core/html/forms/InputTypeView.cpp
|
| diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
|
| index bbc1ba0c5b5d083b1fa59556fc53a70d10dc7697..99e778b6078cdf88c157d7cc151cb28e39fb91cd 100644
|
| --- a/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/Source/core/html/forms/InputTypeView.cpp
|
| @@ -57,10 +57,6 @@ void InputTypeView::handleMouseDownEvent(MouseEvent*)
|
| {
|
| }
|
|
|
| -void InputTypeView::handleDOMActivateEvent(Event*)
|
| -{
|
| -}
|
| -
|
| void InputTypeView::handleKeydownEvent(KeyboardEvent*)
|
| {
|
| }
|
|
|