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

Unified Diff: webkit/port/platform/chromium/ChromiumBridge.h

Issue 11544: Remove use of wide characters in stats table identifiers. (Closed)
Patch Set: Created 12 years, 1 month 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 | « webkit/port/bindings/v8/v8_custom.cpp ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/chromium/ChromiumBridge.h
diff --git a/webkit/port/platform/chromium/ChromiumBridge.h b/webkit/port/platform/chromium/ChromiumBridge.h
index 69c3b33cb4e3f095bdb423ee8e0ceaada287ee6c..cde650884a0fd586d992654400e20ae77db02141 100644
--- a/webkit/port/platform/chromium/ChromiumBridge.h
+++ b/webkit/port/platform/chromium/ChromiumBridge.h
@@ -122,9 +122,8 @@ namespace WebCore {
static void stopSharedTimer();
// StatsCounters ------------------------------------------------------
- // TODO(erikkay): WebKit doesn't use wchar_t - change to use UTF8
- static void decrementStatsCounter(const wchar_t* name);
- static void incrementStatsCounter(const wchar_t* name);
+ static void decrementStatsCounter(const char* name);
+ static void incrementStatsCounter(const char* name);
static void initV8CounterFunction();
// SystemTime ----------------------------------------------------------
« no previous file with comments | « webkit/port/bindings/v8/v8_custom.cpp ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698