| Index: Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/Source/core/layout/LayoutThemeMac.mm b/Source/core/layout/LayoutThemeMac.mm
|
| index 2d4b6324a9a8f429bec43a92580a65b64784aa62..e1e95010c679a3c399412b9f476738dbdfeccee3 100644
|
| --- a/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/Source/core/layout/LayoutThemeMac.mm
|
| @@ -880,8 +880,9 @@ void LayoutThemeMac::setPopupButtonCellState(const LayoutObject* object, const I
|
| updateCheckedState(popupButton, object);
|
| updateEnabledState(popupButton, object);
|
| updatePressedState(popupButton, object);
|
| - if (![popupButton respondsToSelector:@selector(drawFocusRingMaskWithFrame:inView:)])
|
| - updateFocusedState(popupButton, object);
|
| +#if BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING
|
| + updateFocusedState(popupButton, object);
|
| +#endif
|
| }
|
|
|
| const IntSize* LayoutThemeMac::menuListSizes() const
|
|
|