This is in reference to Chromium bug: http://code.google.com/p/chromium/issues/detail?id=88038 A patch soon to land in Chromium will introduce a non-crashing version of the canvas factory function CreateBitmapCanvas. The constructor of ImageBuffer in ImageBufferSkia.cpp must be modified to use the non-crashing version, and gracefully fail when it returns NULL.
Created attachment 104525 [details] Patch
Comment on attachment 104525 [details] Patch Attachment 104525 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/9439367
Created attachment 104527 [details] Patch
Created attachment 104529 [details] Patch
Comment on attachment 104529 [details] Patch Looks good. r=me
Comment on attachment 104529 [details] Patch Clearing flags on attachment: 104529 Committed r93512: <http://trac.webkit.org/changeset/93512>
All reviewed patches have been landed. Closing bug.