Index: webkit/glue/webkitplatformsupport_impl.cc |
diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc |
index f55ecb6f8f7211f59f24990d8269a441aa7fb52b..83c74e3cd7671ca5c563263b225e47ceccf4ae4d 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.cc |
+++ b/webkit/glue/webkitplatformsupport_impl.cc |
@@ -305,7 +305,7 @@ void WebKitPlatformSupportImpl::traceEventEnd(const char* name, void* id, |
TRACE_EVENT_END_ETW(name, id, extra); |
} |
-const unsigned char* WebKitPlatformSupportImpl::getCategoryEnabled( |
+const unsigned char* WebKitPlatformSupportImpl::getTraceCategoryEnabledFlag( |
const char* category_name) { |
return TRACE_EVENT_API_GET_CATEGORY_ENABLED(category_name); |
} |