summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authornoel@chromium.org <noel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-27 05:29:26 +0000
committernoel@chromium.org <noel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-27 05:29:26 +0000
commitef84f6833a55090c46a29a555ae574e5de981184 (patch)
treec01478c7fa9f1bcb41c24c3c2beadde6730b86fc /third_party
parente06f6a26a74fd6b9b42ff47d34399cf734b3f310 (diff)
downloadchromium_src-ef84f6833a55090c46a29a555ae574e5de981184.zip
chromium_src-ef84f6833a55090c46a29a555ae574e5de981184.tar.gz
chromium_src-ef84f6833a55090c46a29a555ae574e5de981184.tar.bz2
REGRESSION(127490): fast/canvas/canvas-toDataURL-webp.html crashing in debug linux
Add variable removed on r127490 back. BUG=none TEST=no crash Review URL: http://codereview.chromium.org/9853007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libwebp/dec/vp8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libwebp/dec/vp8.c b/third_party/libwebp/dec/vp8.c
index 763a4bb..89b669a 100644
--- a/third_party/libwebp/dec/vp8.c
+++ b/third_party/libwebp/dec/vp8.c
@@ -46,6 +46,7 @@ VP8Decoder* VP8New(void) {
SetOk(dec);
WebPWorkerInit(&dec->worker_);
dec->ready_ = 0;
+ dec->num_parts_ = 1;
}
return dec;
}