| Index: Source/platform/SecureTextInput.cpp
|
| diff --git a/Source/platform/SecureTextInput.cpp b/Source/platform/SecureTextInput.cpp
|
| index 203224bda9d00054301c56492896d14a8f93e613..bf97c348ec7a90c9cad13feafb8447fb1ed50c02 100644
|
| --- a/Source/platform/SecureTextInput.cpp
|
| +++ b/Source/platform/SecureTextInput.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| #import <Carbon/Carbon.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void enableSecureTextInput()
|
| {
|
| @@ -46,6 +46,6 @@ void disableSecureTextInput()
|
| DisableSecureEventInput();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // OS(MACOSX)
|
|
|