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

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

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/Scrollbar.cpp ('k') | Source/WebCore/platform/SecureTextInput.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/WebCore/platform/Scrollbar.cpp ('k') | Source/WebCore/platform/SecureTextInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698