| Index: Source/WebCore/platform/SecureTextInput.cpp
|
| diff --git a/Source/WebCore/platform/SecureTextInput.cpp b/Source/WebCore/platform/SecureTextInput.cpp
|
| index 06e1c867012e80aafb25e1291eb2d5cd1b0b40ef..1f3a6816f45b708000e399d64548185c3e16a0e5 100644
|
| --- a/Source/WebCore/platform/SecureTextInput.cpp
|
| +++ b/Source/WebCore/platform/SecureTextInput.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
|
|
| // FIXME: This should be moved to WebKit, because browser process needs to track secure input state anyway to manipulate input contexts.
|
| -#if PLATFORM(CHROMIUM) && OS(DARWIN)
|
| +#if OS(DARWIN)
|
| #include "SecureTextInput.h"
|
|
|
| #import <Carbon/Carbon.h>
|
| @@ -49,4 +49,4 @@ void disableSecureTextInput()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // PLATFORM(CHROMIUM) && OS(DARWIN)
|
| +#endif // OS(DARWIN)
|
|
|