| Index: Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp
|
| index a344449b509b81583b5927749d6e275f7ec0a88d..52178b2f2db272af1b4fb0cd435133677b0f5f47 100644
|
| --- a/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/Source/core/html/HTMLSelectElement.cpp
|
| @@ -1022,7 +1022,7 @@ int HTMLSelectElement::listToOptionIndex(int listIndex) const
|
| return optionIndex;
|
| }
|
|
|
| -void HTMLSelectElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type)
|
| +void HTMLSelectElement::dispatchFocusEvent(Element* oldFocusedElement, WebFocusType type)
|
| {
|
| // Save the selection so it can be compared to the new selection when
|
| // dispatching change events during blur event dispatch.
|
|
|