diff options
Diffstat (limited to 'Source/WebCore/platform/SecureTextInput.h')
-rw-r--r-- | Source/WebCore/platform/SecureTextInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/SecureTextInput.h b/Source/WebCore/platform/SecureTextInput.h index c55981e..f1fc083 100644 --- a/Source/WebCore/platform/SecureTextInput.h +++ b/Source/WebCore/platform/SecureTextInput.h @@ -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 |