[Webkit-unassigned] [Bug 67898] REGRESSION(r94900): fast/images/support-broken-image-delegate.html fails on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 10 17:36:08 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67898





--- Comment #2 from Beth Dakin <bdakin at apple.com>  2011-09-10 17:36:09 PST ---
Thanks so much Ryosuke. 

I looked at this a bit, and I think I understand the problem. I changed RenderImage::imageSizeForError() so that instead of accessing CachedImage::image() and then measuring the size, it goes directly to CachedImage::brokenImage(). I think this test shows that that is wrong because in this case m_shouldPaintBrokenImage would be false and rather than returning the brokenImage,  CachedImage::image() would have returned the null image. 

I think I have time to post a patch for this before I have to go.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list