$OpenBSD: patch-third_party_WebKit_Source_core_html_forms_InternalPopupMenu_cpp,v 1.4 2018/06/06 07:50:54 robert Exp $

Index: third_party/blink/renderer/core/html/forms/internal_popup_menu.cc
--- third_party/blink/renderer/core/html/forms/internal_popup_menu.cc.orig
+++ third_party/blink/renderer/core/html/forms/internal_popup_menu.cc
@@ -126,7 +126,7 @@ class InternalPopupMenu::ItemIterationContext {
         is_in_group_(false),
         buffer_(buffer) {
     DCHECK(buffer_);
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
     // On other platforms, the <option> background color is the same as the
     // <select> background color. On Linux, that makes the <option>
     // background color very dark, so by default, try to use a lighter
