| 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 ----------------------------------------------------------
|
|
|