| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
 | 
| index 662982614f11122c9966e5b520afbbd9e5d4e223..f1eeb0ea5a9ac9c65f269f28a63313da21e44494 100644
 | 
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
 | 
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
 | 
| @@ -130,7 +130,7 @@ PassRefPtr<Image> OffscreenCanvas::GetSourceImageForCanvas(
 | 
|    } else {
 | 
|      *status = kNormalSourceImageStatus;
 | 
|    }
 | 
| -  return image.Release();
 | 
| +  return image;
 | 
|  }
 | 
|  
 | 
|  IntSize OffscreenCanvas::BitmapSourceSize() const {
 | 
| 
 |