| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 1bb3cd0e27ef3d61cd1e944129be56a08ada16c2..fb140333f13582126990ea1075790d6457cbf17a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -508,7 +508,7 @@ PassOwnPtr<TracedValue> InspectorTimerRemoveEvent::data(ExecutionContext* contex
|
| {
|
| OwnPtr<TracedValue> value = genericTimerData(context, timerId);
|
| setCallStack(value.get());
|
| - return value.release();
|
| + return value;
|
| }
|
|
|
| PassOwnPtr<TracedValue> InspectorTimerFireEvent::data(ExecutionContext* context, int timerId)
|
|
|