[Webkit-unassigned] [Bug 18443] Crash on CSS gradients testcase
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 19 13:24:37 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18443
julien.chaffraix at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julien.chaffraix at gmail.com
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
------- Comment #1 from julien.chaffraix at gmail.com 2008-04-19 13:24 PDT -------
Confirmed on ToT.
The lines involved in GeneratedImage::drawPattern:
// Grab the final image from the image buffer.
Image* bitmap = imageBuffer->image();
// Now just call drawTiled on that image.
bitmap->drawPattern(context, srcRect, patternTransform, phase, compositeOp,
destRect);
The crash is caused by bitmap being 0. It is because ImageBuffer::image() is
only implemented on CG and return 0 for all other platform.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list