| Index: third_party/WebKit/Source/core/style/CounterDirectives.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/CounterDirectives.cpp b/third_party/WebKit/Source/core/style/CounterDirectives.cpp
|
| index b2dd65b58f111e37b75121552575f2cb49721328..ce9d391cbf26c52cefc548f5631543b784dbffd7 100644
|
| --- a/third_party/WebKit/Source/core/style/CounterDirectives.cpp
|
| +++ b/third_party/WebKit/Source/core/style/CounterDirectives.cpp
|
| @@ -37,7 +37,7 @@ PassOwnPtr<CounterDirectiveMap> clone(const CounterDirectiveMap& counterDirectiv
|
| {
|
| OwnPtr<CounterDirectiveMap> result = adoptPtr(new CounterDirectiveMap);
|
| *result = counterDirectives;
|
| - return result.release();
|
| + return result;
|
| }
|
|
|
| } // namespace blink
|
|
|