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

Unified Diff: third_party/WebKit/WebCore/platform/ThreadGlobalData.h

Issue 16514: Add TODO for TEC usage, which might be better controlled by USE(ICU_UNICODE)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 12 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/WebCore/platform/ThreadGlobalData.h
===================================================================
--- third_party/WebKit/WebCore/platform/ThreadGlobalData.h (revision 7518)
+++ third_party/WebKit/WebCore/platform/ThreadGlobalData.h (working copy)
@@ -50,6 +50,8 @@
ICUConverterWrapper& cachedConverterICU() { return *m_cachedConverterICU; }
#endif
+// TODO(awalker): TEC isn't really a Darwin feature, so we should look at
+// turning on USE(ICU_UNICODE) instead.
#if PLATFORM(DARWIN)
TECConverterWrapper& cachedConverterTEC() { return *m_cachedConverterTEC; }
#endif
@@ -63,6 +65,8 @@
ICUConverterWrapper* m_cachedConverterICU;
#endif
+// TODO(awalker): TEC isn't really a Darwin feature, so we should look at
+// turning on USE(ICU_UNICODE) instead.
#if PLATFORM(DARWIN)
TECConverterWrapper* m_cachedConverterTEC;
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698