Index: webkit/glue/webkitplatformsupport_impl.cc |
diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc |
index 0309fcfef7cbf56c4e4b377e9c9be3e1c0c05b57..e6b92363486d4e937c8ff19c17d616e909602f1e 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.cc |
+++ b/webkit/glue/webkitplatformsupport_impl.cc |
@@ -479,7 +479,7 @@ void WebKitPlatformSupportImpl::addTraceEvent( |
unsigned char flags) { |
TRACE_EVENT_API_ADD_TRACE_EVENT(phase, category_enabled, name, id, |
num_args, arg_names, arg_types, |
- arg_values, flags); |
+ arg_values, NULL, flags); |
} |