Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp |
index f6b34809a196c87b5a0190104e0a72dc27d0c850..dff8c37ed31f732184e4154f4a7fffafd6a585d5 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp |
@@ -1007,7 +1007,7 @@ String DevToolsFunctionInfo::resourceName() const |
return m_resourceName; |
} |
-PassRefPtr<TraceEvent::ConvertableToTraceFormat> devToolsTraceEventData(v8::Isolate* isolate, ExecutionContext* context, v8::Local<v8::Function> function) |
+scoped_refptr<base::trace_event::ConvertableToTraceFormat> devToolsTraceEventData(v8::Isolate* isolate, ExecutionContext* context, v8::Local<v8::Function> function) |
{ |
DevToolsFunctionInfo info(function); |
return InspectorFunctionCallEvent::data(context, info.scriptId(), info.resourceName(), info.lineNumber()); |