Index: content/common/native_web_keyboard_event.h |
diff --git a/content/common/native_web_keyboard_event.h b/content/common/native_web_keyboard_event.h |
index 6e94a34a8a97ebc63d12e80f0f82a432bce55691..21e358a1e8c3695cc48215138e2c2b27cc7c0fe2 100644 |
--- a/content/common/native_web_keyboard_event.h |
+++ b/content/common/native_web_keyboard_event.h |
@@ -86,7 +86,7 @@ struct NativeWebKeyboardEvent : public WebKit::WebKeyboardEvent { |
// Currently, it's only used by Linux and Mac ports. |
bool skip_in_browser; |
-#if defined(OS_LINUX) |
+#if defined(TOOLKIT_USES_GTK) |
// 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 |