Index: Source/web/EditorClientImpl.cpp |
diff --git a/Source/web/EditorClientImpl.cpp b/Source/web/EditorClientImpl.cpp |
index dd4255ad0f1805050aa8bef0f13b9fe4ddde8f0f..df618f9e5033f3da9f3feb6958cfeec9f3459204 100644 |
--- a/Source/web/EditorClientImpl.cpp |
+++ b/Source/web/EditorClientImpl.cpp |
@@ -593,7 +593,7 @@ bool EditorClientImpl::handleEditingKeyboardEvent(KeyboardEvent* evt) |
// unexpected behaviour |
if (ch < ' ') |
return false; |
-#if !OS(WINDOWS) |
+#if !OS(WIN) |
// Don't insert ASCII character if ctrl w/o alt or meta is on. |
// On Mac, we should ignore events when meta is on (Command-<x>). |
if (ch < 0x80) { |