Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index 85209799e30ea93893edebf5b968d4a88738a44d..532a26c89bdf320ccfe394be91986f8b282b6108 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -748,7 +748,7 @@ void WebPluginContainerImpl::handleKeyboardEvent(KeyboardEvent* event) |
return; |
if (webEvent.type == WebInputEvent::KeyDown) { |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
if (webEvent.modifiers == WebInputEvent::MetaKey |
#else |
if (webEvent.modifiers == WebInputEvent::ControlKey |