summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/ppb_trace_event_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/shared_impl/ppb_trace_event_impl.cc')
-rw-r--r--ppapi/shared_impl/ppb_trace_event_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/shared_impl/ppb_trace_event_impl.cc b/ppapi/shared_impl/ppb_trace_event_impl.cc
index 04b2081..6803fc6 100644
--- a/ppapi/shared_impl/ppb_trace_event_impl.cc
+++ b/ppapi/shared_impl/ppb_trace_event_impl.cc
@@ -44,7 +44,7 @@ void TraceEventImpl::AddTraceEvent(int8_t phase,
// an unsigned long int, but trace_event internals are hermetic and
// accepts an |unsigned long long*|. The pointer types are compatible but
// the compiler throws an error without an explicit cast.
- reinterpret_cast<const unsigned long long*>(arg_values), flags);
+ reinterpret_cast<const unsigned long long*>(arg_values), NULL, flags);
}
// static