| Index: webkit/glue/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
|
| index 811fc5a735c378dbea27a096896589bab28d23bd..eb8f3dcd9fb0608bce29d76327e94c1a19aca985 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.cc
|
| +++ b/webkit/glue/webkitplatformsupport_impl.cc
|
| @@ -292,7 +292,7 @@ void WebKitPlatformSupportImpl::histogramEnumeration(
|
| }
|
|
|
| bool WebKitPlatformSupportImpl::isTraceEventEnabled() const {
|
| - return base::debug::TraceLog::GetCategory("webkit")->enabled;
|
| + return *base::debug::TraceLog::GetCategoryEnabled("webkit");
|
| }
|
|
|
| void WebKitPlatformSupportImpl::traceEventBegin(const char* name, void* id,
|
|
|