OSDN Git Service

Merge WebKit at r84325: Initial merge by git.
[android-x86/external-webkit.git] / Source / WebCore / platform / SecureTextInput.h
index c55981e..f1fc083 100644 (file)
@@ -40,7 +40,7 @@ namespace WebCore {
 void enableSecureTextInput();
 void disableSecureTextInput();
 
-#if !USE(CARBON_SECURE_INPUT_MODE)
+#if !(PLATFORM(CHROMIUM) && OS(DARWIN))
 inline void enableSecureTextInput() { }
 inline void disableSecureTextInput() { }
 #endif