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