Index: Source/core/platform/SecureTextInput.h |
diff --git a/Source/core/platform/SecureTextInput.h b/Source/core/platform/SecureTextInput.h |
index 1753efdd182a322e1e286d61f72780310d4c05c1..146e62c598d0f816088296868c467504258480d2 100644 |
--- a/Source/core/platform/SecureTextInput.h |
+++ b/Source/core/platform/SecureTextInput.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
void enableSecureTextInput(); |
void disableSecureTextInput(); |
-#if !OS(DARWIN) |
+#if !OS(MACOSX) |
inline void enableSecureTextInput() { } |
inline void disableSecureTextInput() { } |
#endif |