Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index ad9c4a7d530f80cb60242c15cf9539af6fbb73fa..9becc072df34a0ad1b59fdcbf1a4a48070b418c9 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -73,7 +73,8 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
virtual bool isTraceEventEnabled() const; |
virtual void traceEventBegin(const char* name, void* id, const char* extra); |
virtual void traceEventEnd(const char* name, void* id, const char* extra); |
- virtual const unsigned char* getCategoryEnabled(const char* category_name); |
+ virtual const unsigned char* getTraceCategoryEnabledFlag( |
+ const char* category_name); |
virtual int addTraceEvent( |
char phase, |
const unsigned char* category_enabled, |