| Index: third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp b/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| index 5a1b2b9540551fa1e49509b6aa92c9ccfba66141..fddb6c4aea6748ba1ea9a99221dffb885c1b9f6c 100644
|
| --- a/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| @@ -103,7 +103,7 @@ PassOwnPtr<TracedValue> TracedLayoutObject::create(const LayoutView& view, bool
|
| {
|
| OwnPtr<TracedValue> tracedValue = TracedValue::create();
|
| dumpToTracedValue(view, traceGeometry, tracedValue.get());
|
| - return tracedValue.release();
|
| + return tracedValue;
|
| }
|
|
|
| } // namespace blink
|
|
|