Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: Source/WebCore/platform/SecureTextInput.cpp

Issue 13905007: Remove the last remaining PLATFORM() bits from WebCore. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fffffffffff Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/platform/SecureTextInput.h ('k') | Source/WebCore/platform/graphics/Font.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/WebCore/platform/SecureTextInput.h ('k') | Source/WebCore/platform/graphics/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698