$OpenBSD: patch-content_common_native_web_keyboard_event_h,v 1.1 2011/06/08 20:36:56 robert Exp $
--- content/common/native_web_keyboard_event.h.orig	Mon Jun  6 11:11:28 2011
+++ content/common/native_web_keyboard_event.h	Wed Jun  8 10:26:52 2011
@@ -86,7 +86,7 @@ struct NativeWebKeyboardEvent : public WebKit::WebKeyb
   // Currently, it's only used by Linux and Mac ports.
   bool skip_in_browser;
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
   // True if the key event matches an edit command. In order to ensure the edit
   // command always work in web page, the browser should not pre-handle this key
   // event as a reserved accelerator. See http://crbug.com/54573
