| Index: third_party/WebKit/Source/core/style/ShadowList.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ShadowList.cpp b/third_party/WebKit/Source/core/style/ShadowList.cpp
|
| index 38668bacfbfa88cbeb97ac6d758190eae4b1a7bc..281d41528e3571db00cde93b88a84b66799af1af 100644
|
| --- a/third_party/WebKit/Source/core/style/ShadowList.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ShadowList.cpp
|
| @@ -88,7 +88,7 @@ PassOwnPtr<DrawLooperBuilder> ShadowList::createDrawLooper(DrawLooperBuilder::Sh
|
| DrawLooperBuilder::ShadowRespectsTransforms, alphaMode);
|
| }
|
| drawLooperBuilder->addUnmodifiedContent();
|
| - return drawLooperBuilder.release();
|
| + return drawLooperBuilder;
|
| }
|
|
|
| } // namespace blink
|
|
|