| Index: Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp
|
| index ffe80ab8add742c8b4afa3bd4fea968be6f0a8ec..f1321589265e281282415d140cdc6b98d4a964b9 100644
|
| --- a/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/Source/core/html/HTMLSelectElement.cpp
|
| @@ -1059,7 +1059,7 @@ void HTMLSelectElement::reset()
|
| setNeedsValidityCheck();
|
| }
|
|
|
| -#if !OS(WINDOWS)
|
| +#if !OS(WIN)
|
| bool HTMLSelectElement::platformHandleKeydownEvent(KeyboardEvent* event)
|
| {
|
| if (!RenderTheme::theme().popsMenuByArrowKeys())
|
|
|