| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| index 6bc214b5d1fc0da747bf4331266da4b3814162eb..8924dc7c1d202e44fd945a26ac59884c0f51c35c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| @@ -456,7 +456,7 @@ PassRefPtr<Image> HTMLVideoElement::GetSourceImageForCanvas(
|
| }
|
|
|
| *status = kNormalSourceImageStatus;
|
| - return snapshot.Release();
|
| + return snapshot;
|
| }
|
|
|
| bool HTMLVideoElement::WouldTaintOrigin(
|
|
|