| Index: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| index e68bc797b15d80de5363626402693ae833764a7b..58cd5d208997f6901d2b4bd69c8c14fe76a112be 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| @@ -28,7 +28,7 @@ PassOwnPtr<Extensions3DUtil> Extensions3DUtil::create(gpu::gles2::GLES2Interface
|
| {
|
| OwnPtr<Extensions3DUtil> out = adoptPtr(new Extensions3DUtil(gl));
|
| out->initializeExtensions();
|
| - return out.release();
|
| + return out;
|
| }
|
|
|
| Extensions3DUtil::Extensions3DUtil(gpu::gles2::GLES2Interface* gl)
|
|
|