| Index: Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/Source/core/layout/LayoutThemeMac.mm b/Source/core/layout/LayoutThemeMac.mm
|
| index 3f09121fe1bf322e9b1f45181793c57d71626253..13c567cb6f0067424b3f7c8c9f6ab498982b8048 100644
|
| --- a/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/Source/core/layout/LayoutThemeMac.mm
|
| @@ -878,9 +878,7 @@ void LayoutThemeMac::setPopupButtonCellState(const LayoutObject* o, const IntRec
|
| updateCheckedState(popupButton, o);
|
| updateEnabledState(popupButton, o);
|
| updatePressedState(popupButton, o);
|
| -#if BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING
|
| updateFocusedState(popupButton, o);
|
| -#endif
|
| }
|
|
|
| const IntSize* LayoutThemeMac::menuListSizes() const
|
|
|