| Index: third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| index 93eea65be4b01048a1e00448ab9fb43e4787bb3e..1f5b74118775e6befceac8dfbeeb6b39c7565133 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp
|
| @@ -111,7 +111,7 @@ PassOwnPtr<TracedValue> LayoutAnalyzer::toTracedValue()
|
| if (m_counters[i] > 0)
|
| tracedValue->setInteger(nameForCounter(static_cast<Counter>(i)), m_counters[i]);
|
| }
|
| - return tracedValue.release();
|
| + return tracedValue;
|
| }
|
|
|
| const char* LayoutAnalyzer::nameForCounter(Counter counter) const
|
|
|