| Index: Source/core/html/forms/InputTypeView.cpp
|
| diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
|
| index 34c5a4cd3ea36c2aea0593f0f758cc4c33e62ab4..247b227a005e7ac319e93bf3c1b6e12aab0a3069 100644
|
| --- a/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/Source/core/html/forms/InputTypeView.cpp
|
| @@ -117,7 +117,7 @@ bool InputTypeView::hasCustomFocusLogic() const
|
| return false;
|
| }
|
|
|
| -void InputTypeView::handleFocusEvent(Element*, FocusType)
|
| +void InputTypeView::handleFocusEvent(Element*, WebFocusType)
|
| {
|
| }
|
|
|
| @@ -125,7 +125,7 @@ void InputTypeView::handleBlurEvent()
|
| {
|
| }
|
|
|
| -void InputTypeView::handleFocusInEvent(Element*, FocusType)
|
| +void InputTypeView::handleFocusInEvent(Element*, WebFocusType)
|
| {
|
| }
|
|
|
|
|